Rust OS
Writing an Operating System in Rust, code can be found here: (https://github.com/Interstellarss/rcore-os). This project is a hands-on way to deepen my understanding of Rust and operating system internals. By building the kernel from scratch, I can explore approaches to limitations encountered in mainstream operating systems and experiment with ideas without the constraints of an established platform.
Some ideas I want to explore:
The materils I used:
Also, docs for Rosh: (https://os.puxuan.cc)
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.