Makefile: allow COM program testing via dosbox
This commit is contained in:
parent
d9affa3cae
commit
24f04792f6
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -85,3 +85,6 @@ qemu-hdd: hdd.img $(ROMS)
|
|||
|
||||
qemu-uartctrl: uartctrl.rom 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…
Add table
Add a link
Reference in a new issue