Kernel: Improve syscall handling

Syscalls are now called from a list of function pointers
This commit is contained in:
2024-02-12 21:47:40 +02:00
parent 78ef7e804f
commit 9314528b9b
7 changed files with 97 additions and 287 deletions

View File

@@ -1,7 +1,5 @@
.section .userspace, "aw"
#include <sys/syscall.h>
// stack contains
// return address
// signal number