Add uartctrl.rom: Control PC via COM1 attached terminal
This commit is contained in:
parent
b617709684
commit
963aebd948
2 changed files with 328 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -82,3 +82,6 @@ qemu-floppy5: fd360.img $(ROMS)
|
|||
|
||||
qemu-hdd: hdd.img $(ROMS)
|
||||
$(QEMU) $(QEMU_ARGS) -boot c -hda hdd.img
|
||||
|
||||
qemu-uartctrl: uartctrl.rom
|
||||
$(QEMU) $(QEMU_ARGS) -option-rom uartctrl.rom -serial stdio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue