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
UserspaceKernelBoundaryfor the RISC-V architecture.