From 6c23ec2fed43dc5ddb094db0020d85f49467776a Mon Sep 17 00:00:00 2001 From: Ain <41307858+nero@users.noreply.github.com> Date: Sat, 19 Oct 2019 12:47:23 +0000 Subject: [PATCH] Fix boot order for floppy test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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