Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 460 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 460 Bytes

Hypervisor 101 in Rust

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.