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