mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-08 05:49:15 +00:00
Syscalls didn't worked because I'm dumb...
This commit is contained in:
@ -91,6 +91,7 @@ namespace Tasking
|
||||
TaskStatus Status;
|
||||
#if defined(__amd64__)
|
||||
CPU::x64::TrapFrame Registers;
|
||||
uint64_t GSBase, FSBase;
|
||||
#elif defined(__i386__)
|
||||
uint32_t Registers; // TODO
|
||||
#elif defined(__aarch64__)
|
||||
|
Reference in New Issue
Block a user