banan-os/kernel
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
..
arch Kernel: Rework syscall calling 2023-06-12 14:16:48 +03:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel: Rework syscall calling 2023-06-12 14:16:48 +03:00
kernel Kernel: Rework syscall calling 2023-06-12 14:16:48 +03:00
CMakeLists.txt Kernel: Remove Shell from kernel 2023-06-12 02:04:52 +03:00
icxxabi.cpp Kernel: Add some more cxxabi functionality 2023-02-02 15:50:26 +02:00
ubsan.cpp Kernel: Add ubsan 2023-03-06 23:38:05 +02:00