Whether you are a computer science student or a systems engineer, this documentation serves as the definitive guide for building a safe, high-performance kernel from scratch on the RISC-V architecture. What is rCore?
For decades, C and Assembly have been the de facto languages for kernel development. While powerful, they leave the developer vulnerable to memory safety issues (buffer overflows, use-after-free, and dangling pointers). rcore doc