summaryrefslogtreecommitdiff
path: root/src/kernel/arch/amd64/interrupts/isr_stub.s
AgeCommit message (Collapse)Author
2024-08-02kernel/interrupts: use UserRegs in the isr handlerdzwdz
2024-07-22kernel/isr: improve interrupt handling codedzwdz
On the assembly side, ensure the stack frame looks always the same, by pushing a fake "error code" for the interrupts that don't generate one. On the C side, use a struct instead of magic indices into an "array", and make it consistent with the current style.
2022-08-28kernel/amd64: SSE supportdzwdz
2022-08-04do some simple TODOs, organize the rest; general code maintainancedzwdz
2022-07-16amd64: barely boot into kernel codedzwdz