This is the first part in a series about building an OS in Rust.
The plan is to have a fully functional RISC-V OS, built for QEMU, with a minimal number of external dependencies.
This first article is about laying the groundwork of the project, with the scaffolding of the kernel.
Read Post