tandasat / Hypervisor-101-in-Rust

The materials of "Hypervisor 101 in Rust", a one-day long course, to quickly learn hardware-assisted virtualization technology and its application for high-performance fuzzing on Intel/AMD processors.
https://tandasat.github.io/Hypervisor-101-in-Rust/
MIT License
982 stars 66 forks source link

Missed the dependency in BUILDING.md (mtools) #4

Closed r3bb1t closed 1 year ago

r3bb1t commented 1 year ago

Newly installed Ubuntu from microsoft store doesnt have the mcopy command availible by default, so running the example from documentation is not possible, to fix this, i suggest adding this to BUILDING.md:

sudo apt install mtools

r3bb1t commented 1 year ago

also missed the mkisofs

sudo apt install genisoimage

tandasat commented 1 year ago

Thanks for reporting this. Fixed with 3b9866ee1fbed02f5f976620a55b90b4b0da44d1.

The instructions for mtool already exists.