Linux 0.11 Ported to Idiomatic Rust and Successfully Boots in QEMU

A project rewrote Linux version 0.11 in idiomatic Rust. The Rust implementation compiles and boots using QEMU. The effort demonstrates

A project rewrote Linux version 0.11 in idiomatic Rust. The Rust implementation compiles and boots using QEMU. The effort demonstrates Rust's capability for low-level OS development. The codebase replaces the original C with safe Rust constructs. Booting in QEMU validates functional parity with the historic kernel. The project is hosted on GitHub for public access and contributions. It provides a learning resource for developers interested in Rust OS work. Future plans include extending the rewrite to later Linux versions.