OxyBoot is simple bootloader written entirelly in rust with use of the uefi-rs crate. It is meant to be an example project with (propably) no real usecase.
cargo: please follow instructionsqemu: install qemu from your distro repositoriesOVMF: install OVMF from your distro repositories
just simply run ./util build
- use
./util build runto run the bootloader in emulator
The util helper script was tested on Fedora Linux version 42. The path to the OVMF firmware may not be the same on other linux distributions