Quick UEFI application development environment and test script
Based on:
Commands:
qefi setup-posix
installs needed dependencies for development with POSIX-UEFIqefi setup-gnu
installs needed dependencies for development with GNU-EFIqefi new-posix NAME
creates a new POSIX-UEFI environment in the NAME directoryqefi new-gnu NAME
creates a new GNU-EFI environment in the NAME directoryqefi build-posix
runsmake
qefi build-gnu
builds the one-file applicationqefi image
builds a disk image containing the built binaryqefi run
runs QEMU and drops you into the EFI Shell