Add Flags field to gsTCB struct

This commit is contained in:
EnderIce2 2024-03-10 22:05:22 +02:00
parent 23d10fcd25
commit 0c0ee01f35
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -253,7 +253,17 @@ namespace Tasking
*/
uintptr_t TempStack;
/**
* Used by syscall handler
*
* gs+0x10
*/
uint8_t Flags;
/* For future use */
/* gs+0x11 */
uintptr_t Padding : 7;
void *SyscallStackBase;
int ScPages;