Skip to content

Latest commit

 

History

83 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTVMM

A toy hypervisor written in Rust.

init

sudo apt install ovmf qemu-system-x86
make init

build

loader

make build-loader

vmm

make build-vmm

release build

Please add shell variable RELEASE=1 to make command.

RELEASE=1 make build

run in QEMU

make run

If you want to debug, use GDB.

$ gdb
(gdb) target remote :1234

About

A toy hypervisor.

Resources

Stars

25 stars

Watchers

2 watching

Forks

Releases

Used by

Contributors

Languages