summaryrefslogtreecommitdiff
path: root/src/kernel/arch/amd64/32/gdt.c
AgeCommit message (Collapse)Author
2024-07-25kernel: set up the GDT in assemblydzwdz
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-15kern: fix GDT order for 64bit sysretdzwdz
2023-01-25kernel: consolidate some header filesdzwdz
2022-07-17amd64: remove dead code, combine shared codedzwdz
2022-07-16amd64: back at the shell!dzwdz
2022-07-16amd64: barely boot into kernel codedzwdz