switch to 32bit done, changed load address, and fixed the partial code
[efitest3] / Makefile
index 1f4e102..198f1d8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,4 +30,4 @@ debug: disk.img
 
 
 disasm: bootx64.efi
-       ndisasm -b 64 -o 0x100000 -e 4096 $< >$@
+       ndisasm -b 64 -o 0x1000 -e 4096 $< >$@