X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=Makefile;h=23c8eafe33e16eb5ea3ee3f16c9bf0d1dd7aa10d;hp=fb282f3b0a34153dae17facf8635d9883b1c03e6;hb=094e9170ca5f9b59443c171967cdc78f1c07044c;hpb=24707f10f3ad0f26bc7144e3a2f3371ba9c377f3 diff --git a/Makefile b/Makefile index fb282f3..23c8eaf 100644 --- 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