Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-02 | kernel/interrupts: use UserRegs in the isr handler | dzwdz | |
2024-07-22 | kernel/isr: improve interrupt handling code | dzwdz | |
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-28 | kernel/amd64: SSE support | dzwdz | |
2022-08-04 | do some simple TODOs, organize the rest; general code maintainance | dzwdz | |
2022-07-16 | amd64: barely boot into kernel code | dzwdz | |