X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=Makefile;fp=Makefile;h=fb282f3b0a34153dae17facf8635d9883b1c03e6;hp=23c8eafe33e16eb5ea3ee3f16c9bf0d1dd7aa10d;hb=24707f10f3ad0f26bc7144e3a2f3371ba9c377f3;hpb=a26564bc44eab32bea085e08fc83b7a1ab15f93f diff --git a/Makefile b/Makefile index 23c8eaf..fb282f3 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 + qemu-system-i386 -fda floppy.img -serial file:serial.log -vga std .PHONY: debug debug: $(bin) $(elf).sym - qemu-system-i386 -fda floppy.img -serial file:serial.log -s -S + qemu-system-i386 -fda floppy.img -serial file:serial.log -vga std -s -S .PHONY: sym sym: $(elf).sym