virtualization-rs 0.1.0

virtualization-rs provides the API of the Apple Virtualization.framework in Rust language.
Documentation

virtualization-rs

Crates

Rust bindings for Virtualization.framework

virtualization-rs provides the API of the Apple Virtualization.framework in Rust language.

Example

The example is inspired from SimpleVM.

make release
./target/release/examples/simplevm --kernel ubuntu/vmlinuz --initrd ubuntu/initrd --disk ubuntu/ubuntu.iso

simplevm