[Rust Kernel] Building a Kernel from Scratch
· 6 min read
Before We Begin
We will build our custom kernel on top of rCore-Tutorial-v3.
We develop using the Docker environment:
make docker
You should be familiar with:
- Operating system concepts
- Rust programming
- RISC-V ISA