mirror of
https://github.com/simh/simh.git
synced 2026-01-18 00:53:22 +00:00
10 lines
263 B
Plaintext
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
|