load stage2 high to leave the low RAM for the kernel
[eightysix] / Makefile
index 0bac632..8e95cce 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,4 +26,5 @@ debug: $(bin)
 
 .PHONY: disasm
 disasm: $(bin)
-       ndisasm -o 0x7c00 $< >dis
+       ndisasm -o 0x7c00 $< >dis1
+       ndisasm -o 0x80000 -e 512 $< >dis2