Rcore Documentation ((install)) Jun 2026
User applications run in User Mode (U-Mode), while the kernel runs in Supervisor Mode (S-Mode). When a user app needs kernel services (like printing text), it triggers a (System Call). The rCore kernel handles this by saving the user context, switching to kernel mode, processing the request, and restoring the context.
Target support for RISC-V 64-bit.