X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=efitest1;a=blobdiff_plain;f=Makefile;h=46739e6cfa6176a2218d6562f2be700f4cdaf159;hp=238933f443d3d685affb48d6d974a63b0ce4eb0e;hb=HEAD;hpb=680c5bf9ae261081cb1b98a0ef47ed070cfee06a diff --git a/Makefile b/Makefile index 238933f..46739e6 100644 --- a/Makefile +++ b/Makefile @@ -37,3 +37,7 @@ disk.img: part.img .PHONY: clean clean: rm -f $(obj) $(efibin) $(efiso) *.img + +.PHONY: run +run: disk.img + qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -hda $<