mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 00:39:16 +00:00
KernelCTL stub syscall
This commit is contained in:
@ -10,6 +10,8 @@ enum NativeSyscalls
|
||||
|
||||
_RequestPages,
|
||||
_FreePages,
|
||||
|
||||
_KernelCTL,
|
||||
};
|
||||
|
||||
static inline long syscall0(long syscall)
|
||||
|
Reference in New Issue
Block a user