mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Added syscalls stub
This commit is contained in:
@ -1007,7 +1007,7 @@ namespace CPU
|
||||
uint64_t raw;
|
||||
} RFLAGS;
|
||||
|
||||
typedef struct _TrapFrame
|
||||
typedef struct TrapFrame
|
||||
{
|
||||
// uint64_t gs; // General-purpose Segment
|
||||
// uint64_t fs; // General-purpose Segment
|
||||
|
Reference in New Issue
Block a user