This directory contains markdown files of the "Hypervisor 101 in Rust" class materials.
For reading the course, go https://tandasat.github.io/Hypervisor-101-in-Rust/
For building markdown files and viewing the output, install mdBook:
cargo install mdbook
Then, run:
cd Hypervisor-101-in-Rust/course
mdbook serve
The content will be viewable on http://localhost:3000.