FlatEFILoader/Makefile

8 lines
162 B
Makefile

bootefi.efi: bootefi.asm uefi.inc
fasm bootefi.asm
run: bootefi.efi
uefi-run bootefi.efi -b /usr/share/ovmf/x64/OVMF.4m.fd
clean: bootefi.efi
rm bootefi.efi