Files
banan-os/kernel/arch/x86_64
Bananymous 23543b15ca Kernel: Rework syscall calling
I removed the intermediate function when calling syscalls. Now syscall
handler calls the current process automatically. Only exception is
sys_fork, since it needs a assembly trampoline for the new thread.
2023-06-12 14:16:48 +03:00
..
2023-06-03 18:53:36 +03:00
2023-06-12 14:16:48 +03:00