A hobby OS, brought to you by the Rust Foundation ©️
I started this following:
https://github.com/phil-opp/blog_os
I also heavily plagarized code from the x86_64 crate in some sections:
https://github.com/rust-osdev/x86_64/
I have no idea how far I'll actually get with this, but I've really enjoyed using this as an opportunity to learn about operating systems.
Reading List:
https://docs.kernel.org/arch/x86/index.html
Repo links:
https://github.com/klange/toaruos
https://github.com/torvalds/linux
https://github.com/avsm/xen-minios/
https://github.com/cia-foundation/TempleOS
https://github.com/cs61/cs61-psets-f17