625 B
625 B
Setup
- Install
qemu-system-x86_64,gdisk - Install
cargo(using rustup is the preferred cross-platform way to get Rust set up on your machine) - We also require
OVMF_CODE.fdandOVMF_VARS.fdin the root directory to boot QEMU in UEFI mode. These files are omitted due to potential licensing issues (read: I haven't properly looked into it yet). - For creating a test disk image automatically, we require
mkfs.fatandmkfs.ext4to be available.
Running
Simply run ./run.sh in the root directory to take care of setting up the environment and running QEMU with the required options.