Expand description
Kernel-userland system call interface for RISC-V architecture.
Structs§
- Riscv32i
Stored State - 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.