X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/f552823ca5288f68128995ed503d0cb0f974d455..48b4a227035048fdebcd32532deb7a857c6199ac:/lunaix-os/includes/arch/x86/gdt.h diff --git a/lunaix-os/includes/arch/x86/gdt.h b/lunaix-os/includes/arch/x86/gdt.h index bb2fa27..f312166 100644 --- a/lunaix-os/includes/arch/x86/gdt.h +++ b/lunaix-os/includes/arch/x86/gdt.h @@ -48,6 +48,8 @@ #define SEG_R3_DATA SD_TYPE(SEG_DATA_RDWR) | SD_CODE_DATA(1) | SD_DPL(3) | \ SD_PRESENT(1) | SD_AVL(0) | SD_64BITS(0) | SD_32BITS(1) | \ SD_4K_GRAN(1) + +#define SEG_TSS SD_TYPE(9) | SD_DPL(0) | SD_PRESENT(1) void