Makefile: allow COM program testing via dosbox
This commit is contained in:
parent
d9affa3cae
commit
24f04792f6
3
Makefile
3
Makefile
@ -85,3 +85,6 @@ qemu-hdd: hdd.img $(ROMS)
|
|||||||
|
|
||||||
qemu-uartctrl: uartctrl.rom chartab.bs
|
qemu-uartctrl: uartctrl.rom chartab.bs
|
||||||
$(QEMU) $(QEMU_ARGS) -option-rom uartctrl.rom -serial stdio -hda chartab.bs
|
$(QEMU) $(QEMU_ARGS) -option-rom uartctrl.rom -serial stdio -hda chartab.bs
|
||||||
|
|
||||||
|
dosbox-%: %.com
|
||||||
|
dosbox -c "mount P $(CURDIR)" -c "P:" -c "$< $(ARGS)"
|
||||||
|
Loading…
Reference in New Issue
Block a user