Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-25 | kernel: set up the GDT in assembly | dzwdz | |
This is just for simplicity's sake. I think I could even omit the `movw $TSS, (GdtTss + 2)` and have the linker fill that out as a relocation, but that would probably be more complex overall. | |||
2022-08-28 | kernel/amd64: SSE support | dzwdz | |
2022-08-04 | syscalls: add _syscall_sleep() | dzwdz | |
2022-07-17 | amd64: remove dead code, combine shared code | dzwdz | |
2022-07-16 | amd64: back at the shell! | dzwdz | |
2022-07-16 | amd64: seemingly working syscalls (SYSCALL/SYSRET) | dzwdz | |
2022-07-16 | amd64: barely boot into kernel code | dzwdz | |