mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +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