Expand description
The syscall module provides system calls for interacting with the operating system.
Modules
- fs 🔒The
fsmodule provides system calls to interact with the file system. - process 🔒The
processmodule provides system calls to interact with processes. - timer 🔒The
timermodule provides time-related system calls.
Structs
- The
SystemCallstruct provides an interface for invoking system calls on a given thread.