KernelCTL stub syscall

This commit is contained in:
Alex
2022-12-14 13:02:30 +02:00
parent aed2b927f3
commit 40c26f1232
2 changed files with 10 additions and 0 deletions

View File

@ -10,6 +10,8 @@ enum NativeSyscalls
_RequestPages,
_FreePages,
_KernelCTL,
};
static inline long syscall0(long syscall)