posix-uefi/Makefile

12 lines
242 B
Makefile
Raw Normal View History

2021-02-02 01:26:30 +01:00
OVMF = /usr/share/qemu/bios-TianoCoreEFI.bin
all: $(wildcard examples/*)
.PHONY: Makefile
%: Makefile
@test -f $@/Makefile && make -C $@ all 2>/dev/null
test:
2021-02-17 22:16:28 +01:00
qemu-system-x86_64 -sdl -bios $(OVMF) -m 64 -enable-kvm -hda fat:rw:examples