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. |