Expand description
System call interface module.
This module provides the system call interface for the Scarlet kernel. It defines the system call table and the functions that handle various system calls. User programs can invoke these system calls to request services from the kernel.
§System Call Table
The system call table is a mapping between system call numbers and their
corresponding handler functions. Each entry in the table is defined using the
syscall_table!
macro.
Modules§
- macros 🔒
Enums§
Functions§
- syscall_
handler - Syscall handler