diff --git a/Makefile b/Makefile index 651ad7e..be96c77 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ clean: rm -f $$(cat .gitignore) boot/*.bs com/*.com rom/*.rom utils/emul qemu-floppy: fdimage.img $(ROMS) - $(QEMU) $(QEMU_ARGS) -boot c -fda fdimage.img + $(QEMU) $(QEMU_ARGS) -boot a -fda fdimage.img qemu-hdd: hdimage.img $(ROMS) $(QEMU) $(QEMU_ARGS) -boot c -hda hdimage.img