suzusuzu / virtualization-rs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

virtualization-rs

Crates Document

Rust bindings for Virtualization.framework

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

Requirements

macOS Big Sur

Usage

[dependencies]
virtualization-rs = "0.1.2"

Example

The example is inspired from SimpleVM.

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

simplevm

About

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

License:MIT License


Languages

Language:Rust 99.3%Language:Makefile 0.7%