Writing a Unix-like OS in Rust
DRANK
octox is a Unix-like Operating System completely implemented in Rust from scratch. I began implementing it as my learning OS inspired by xv6-riscv. In this posts, I'll discuss how the features of Rust are utilized in the OS implementation.
1 comments
Rust製OSのoctoxの解説。