1
0
mirror of https://github.com/simh/simh.git synced 2026-01-18 00:53:22 +00:00
simh.simh/imlac/tests/ssv.simh
Mark Pizzolato 829d696c5e Various Simulators: Changed line endings on accessory text files to CRLF
In following simh project standards
2023-03-10 15:32:06 -10:00

10 lines
263 B
Plaintext

# Attach to a server. If the remote port isn't telnet, append ;notelnet.
attach tty 12345,connect=localhost:23
# Configure a bootstrap ROM; some programs require this.
set rom type=stty
# Load SSV version 22.
load -s ssv22.iml
# Reset and run.
reset
go