Hypervisor in 1k Lines
Hypervisor in 1,000 Lines WARNING This book is work in progress. Hey there (maybe again)! In this book, you'll learn how to build a minimal RISC-V hypervisor which can boot Linux-based operating systems. This is a sequel to the online book Operating System in 1,000 Lines. In that book, you have learned how to build a minimal operating system from scratch in C, but this time, we'll start from scratch (again) in your favorite language, Rust! From scratch means we'll start from the bare-metal