Skip to content

64bit/miniHype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniHype

Linux KVM

minimal-x86 Uses KVM API to run a bare minimum x86 VM

Run VM on x86_64 Linux:

cd minimal-x86
cargo run

Apple Hypervisor

minimal-apple-hypervisor Uses Apple Hypervisor to run a bare minimum arm64 VM

Run VM On Apple Silicon macOS:

cd minimal-apple-hypervisor
cargo build
# the binary must have the entitlement
codesign --sign - --force --entitlements=virt.entitlements ../target/debug/minimal-apple-hypervisor
# Run the binary
../target/debug/minimal-apple-hypervisor

About

A VMM in Rust with KVM and Apple Hypervisor

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors