Updated TaskStateSegment structure

This commit is contained in:
Alex 2022-12-21 05:13:59 +02:00
parent 9f564f6f7c
commit 48e8f0c513
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -92,7 +92,8 @@ namespace GlobalDescriptorTable
uint64_t StackPointer[3];
uint64_t Reserved1;
uint64_t InterruptStackTable[7];
uint16_t Reserved2;
uint64_t Reserved2;
uint16_t Reserved3;
uint16_t IOMapBaseAddressOffset;
} __attribute__((packed)) TaskStateSegment;