test: dropping to 32bit protected mode
[efitest3] / Makefile
index a2b0638..1f4e102 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,11 +22,11 @@ clean:
 
 .PHONY: run
 run: disk.img
-       qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -hda $<
+       qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -hda $< -net none -serial stdio
 
 .PHONY: debug
 debug: disk.img
-       qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -S -s -hda $<
+       qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -S -s -hda $< -net none -serial stdio
 
 
 disasm: bootx64.efi