vbe mode query
[bootcensus] / Makefile
index fb282f3..23c8eaf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -71,11 +71,11 @@ $(elf).sym: $(elf)
 
 .PHONY: run
 run: $(bin)
-       qemu-system-i386 -fda floppy.img -serial file:serial.log -vga std
+       qemu-system-i386 -fda floppy.img -serial file:serial.log
 
 .PHONY: debug
 debug: $(bin) $(elf).sym
-       qemu-system-i386 -fda floppy.img -serial file:serial.log -vga std -s -S
+       qemu-system-i386 -fda floppy.img -serial file:serial.log -s -S
 
 .PHONY: sym
 sym: $(elf).sym