summaryrefslogtreecommitdiff
path: root/src/kernel/arch/amd64/boot64.S
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.