Module syscall

Source
Expand description

Kernel-userland system call interface for RISC-V architecture.

Structs§

Riscv32iStoredState
This holds all of the state that the kernel must keep for the process when the process is not executing.
SysCall
Implementation of the UserspaceKernelBoundary for the RISC-V architecture.