Add uartctrl.rom: Control PC via COM1 attached terminal

This commit is contained in:
Nero 2021-04-04 21:41:22 +00:00
parent b617709684
commit 963aebd948
2 changed files with 328 additions and 0 deletions

View file

@ -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