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. | |||
2023-09-15 | kern: fix GDT order for 64bit sysret | dzwdz | |
2022-07-16 | amd64: seemingly working syscalls (SYSCALL/SYSRET) | dzwdz | |
2022-07-16 | amd64: barely boot into kernel code | dzwdz | |