Fix boot order for floppy test

This commit is contained in:
Nero 2019-10-19 12:47:23 +00:00
parent 7d99526b55
commit 6c23ec2fed
1 changed files with 1 additions and 1 deletions

View File

@ -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