Pre-shim EFI bootloader for Container Linux.
- Nightly Rust (
rustup toolchain install nightly && rustup default nightly
if you're using rustup) - GNU EFI (install through your package manager)
For a release build:
make
For a debug build:
make debug
The resulting EFI application will reside in build/
.