Fix boot order for floppy test
This commit is contained in:
parent
7d99526b55
commit
6c23ec2fed
2
Makefile
2
Makefile
@ -58,7 +58,7 @@ clean:
|
|||||||
rm -f $$(cat .gitignore) boot/*.bs com/*.com rom/*.rom utils/emul
|
rm -f $$(cat .gitignore) boot/*.bs com/*.com rom/*.rom utils/emul
|
||||||
|
|
||||||
qemu-floppy: fdimage.img $(ROMS)
|
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-hdd: hdimage.img $(ROMS)
|
||||||
$(QEMU) $(QEMU_ARGS) -boot c -hda hdimage.img
|
$(QEMU) $(QEMU_ARGS) -boot c -hda hdimage.img
|
||||||
|
Loading…
Reference in New Issue
Block a user