ops, forgot to load the 16bit IDT, also serial print of IVT
[efitest3] / Makefile
index 198f1d8..5f0c29f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,3 +31,6 @@ debug: disk.img
 
 disasm: bootx64.efi
        ndisasm -b 64 -o 0x1000 -e 4096 $< >$@
+
+disasm16: bootx64.efi
+       ndisasm -b 16 -o 0x1000 -e 4096 $< >$@