Untitled_Kernel/src/kdtables.c
lordtet d97ec36f8c Half-baked commit, but i added a struct type for the tss and allocated
some memory for it in bss. Also put some space in for the gdt in rodata.
Need to leave now, so this broken build goes to the repo!
2025-06-10 09:17:21 -04:00

7 lines
135 B
C

/* kdtables.c
* Kernel Descriptor Tables
*
* Contains GDT, LDT, and any relevant functions and structs pertaining to them
*/