fixed offset in notes
[efitest3] / Makefile
index 198f1d8..11d2bd2 100644 (file)
--- 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 $< >$@