Hypervisor in 1k Lines
17 hours ago
- #Rust
- #Hypervisor
- #RISC-V
- Learn to build a minimal RISC-V hypervisor in Rust.
- Sequel to 'Operating System in 1,000 Lines', now using Rust.
- Starts from bare-metal programming (type-1 hypervisor).
- Uses Rust's ecosystem (crates) to simplify learning.
- Implementation examples available on GitHub.
- Book under CC BY 4.0; code under MIT license.