X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=11d2bd2a2cdba9ace491eb7b5062e52c7502e4fc;hb=HEAD;hp=198f1d8096ca47cb8adc3bf6f2ecc192f29d9bf0;hpb=2117a112ad4a45811ce270a2be0e1c6cbc83febb;p=efitest3 diff --git a/Makefile b/Makefile index 198f1d8..11d2bd2 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +.PHONY: all +all: disk.img + bootx64.efi: efitest.bin hdr.asm nasm -o $@ -f bin hdr.asm @@ -31,3 +34,6 @@ debug: disk.img disasm: bootx64.efi ndisasm -b 64 -o 0x1000 -e 4096 $< >$@ + +disasm16: bootx64.efi + ndisasm -b 16 -o 0x1000 -e 4096 $< >$@