serdeliuk / uefi-run

Run UEFI applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Run UEFI applications

License:MIT License


Languages

Language:Rust 99.1%Language:NSIS 0.9%