mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-03 03:19:18 +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