diff --git a/include/task.hpp b/include/task.hpp index b748aab..778cb88 100644 --- a/include/task.hpp +++ b/include/task.hpp @@ -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;