A toy hypervisor written in Rust.
sudo apt install ovmf qemu-system-x86
make init
make build-loader
make build-vmm
Please add shell variable RELEASE=1
to make command.
RELEASE=1 make build
make run
If you want to debug, use GDB.
$ gdb
(gdb) target remote :1234