Makefile: Quench qemu warning about image format
qemu deems format autodetection to be dangerous on raw images, so make sure we specify exactly what we want to do. This will quench a scary-looking warning right when launching PonyDOS. There's no functional change otherwise.
This commit is contained in:
parent
d762793c1c
commit
2ca9f413ab
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -31,7 +31,7 @@ memory.bin: ponydos.inc
|
|||
$(PYTHON) process_wallpaper.py $@ $< 7 0 0 0
|
||||
|
||||
run: ponydos.img
|
||||
qemu-system-i386 -fda $<
|
||||
qemu-system-i386 -drive file=$<,index=0,if=floppy,format=raw
|
||||
|
||||
clean:
|
||||
rm -f *.bin *.img *.wall ponydos.inc
|
||||
|
|
Loading…
Add table
Reference in a new issue