Module kernel::syscall

source ·
Expand description

The syscall module provides system calls for interacting with the operating system.

Modules

  • fs 🔒
    The fs module provides system calls to interact with the file system.
  • process 🔒
    The process module provides system calls to interact with processes.
  • timer 🔒
    The timer module provides time-related system calls.

Structs

  • The SystemCall struct provides an interface for invoking system calls on a given thread.

Constants

Opaque Types

  •  🔒