Skip to content

Commit

Permalink
Start ARPANET.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbrinkhoff committed Dec 15, 2024
1 parent 4c7e6be commit 18b3e63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/pdp10-ka/start
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ chaosnet() {
started "Chaosnet bridge" "$!"
}

arpanet() {
:
}

help() {
cat <<EOF
This start script takes several command line arguments:
Expand All @@ -100,6 +104,7 @@ vt52 - Start a VT52 emulator.
tek - Start a Tektronix 4010 emulator.
cscope - Enable the color scope.
chaosnet - Start a local Chaosnet.
arpanet - Start ARPANET.
EOF

Expand Down
5 changes: 5 additions & 0 deletions build/pdp10-kl/start
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ chaosnet() {
started "Chaosnet bridge" "$!"
}

arpanet() {
:
}

help() {
cat <<EOF
This start script takes several command line arguments:
Expand All @@ -44,6 +48,7 @@ help - Display this help text.
vt52 - Start a VT52 emulator.
tek - Start a Tektronix 4010 emulator.
chaosnet - Start a local Chaosnet.
arpannet - Start ARPANET.
EOF

Expand Down

0 comments on commit 18b3e63

Please sign in to comment.