banan-os/kernel/arch
Bananymous bf617036c7 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
..
i386 Kernel: namespace and function renames 2023-04-28 14:48:38 +03:00
x86_64 Kernel: Rework syscall calling 2023-06-12 14:16:48 +03:00