uefi-run 0.3.2

Run UEFI applications
uefi-run-0.3.2 is not a library.
Visit the last successful build: uefi-run-0.6.1

uefi-run Latest Version Build Status

Directly run UEFI applications in qemu


This helper application takes an EFI executable, builds a FAT filesystem around it, adds a startup script and runs qemu to run the executable.

It does not require root permissions since it uses the fatfs crate to build the filesystem image directly without involving mkfs, mount, etc.