mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-17 18:21:46 +00:00
Add Flags field to gsTCB struct
This commit is contained in:
@@ -253,7 +253,17 @@ namespace Tasking
|
|||||||
*/
|
*/
|
||||||
uintptr_t TempStack;
|
uintptr_t TempStack;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Used by syscall handler
|
||||||
|
*
|
||||||
|
* gs+0x10
|
||||||
|
*/
|
||||||
|
uint8_t Flags;
|
||||||
|
|
||||||
/* For future use */
|
/* For future use */
|
||||||
|
|
||||||
|
/* gs+0x11 */
|
||||||
|
uintptr_t Padding : 7;
|
||||||
void *SyscallStackBase;
|
void *SyscallStackBase;
|
||||||
int ScPages;
|
int ScPages;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user