XOmB Documentation
From XOmB wiki
Contents |
System Calls
Source
The system call implementations within the kernel can be found at /kernel/core/syscall.d.
The system call module to be used by user applications can be found in /user/syscall.d
The system call include to be used with C applications can be found in /user/c/include/syscall.h. The static library is in /user/c/lib/syscall.a.

