93d9cf0ae1de0fff477eea59138daf6e1559315a
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.
Description
Languages
Rust
97.4%
Shell
2.6%