Rcore Doc ((exclusive)) -

Contributions to Rcore are welcome. To contribute:

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? rcore doc

The project is part of a broader initiative to modernize OS education. It demonstrates that kernel development does not require sacrificing safety for performance. By leveraging Rust’s ownership model and zero-cost abstractions, rCore provides a robust platform for students to learn system architecture, concurrency, and memory management without the pitfalls of undefined behavior common in C-based kernels. Contributions to Rcore are welcome