X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=11d2bd2a2cdba9ace491eb7b5062e52c7502e4fc;hb=HEAD;hp=1f4e1023ffcaf22ce5c051a027437f18e0ff05fb;hpb=ec88f1d0899fa575bb443d547779a4fa22c9fcb5;p=efitest3 diff --git a/Makefile b/Makefile index 1f4e102..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 @@ -30,4 +33,7 @@ debug: disk.img disasm: bootx64.efi - ndisasm -b 64 -o 0x100000 -e 4096 $< >$@ + ndisasm -b 64 -o 0x1000 -e 4096 $< >$@ + +disasm16: bootx64.efi + ndisasm -b 16 -o 0x1000 -e 4096 $< >$@