Skip to content

Commit

Permalink
Merge commit '9203107038c9856f1457c3b02dda26f489eae710'
Browse files Browse the repository at this point in the history
  • Loading branch information
statespacedev committed Sep 21, 2024
2 parents 1c99965 + 9203107 commit 87af694
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions pdp10/docs/sec5-minimalist-walkthrough.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
assume you've started simh pdp10 and it's listening on 2010 for connections.

# on raspi side, start kermit

./kermit/wermit
C-Kermit>set host localhost 2010 /raw-socket
C-Kermit>c

# on tops10 side, start kermit

assume you've created a subfolder [,,decwar] in your home folder [,].

.r setsrc
*cp [,,decwar]
*^C
.r kermit
Kermit-10>set file byte-size 36-bit
Kermit-10>server

ctrl-\c back over to raspi kermit

# in raspi kermit

C-Kermit>set transfer mode manual
C-Kermit>set file type binary
C-Kermit>send utexas/*.*
C-Kermit>send compuserve/*.*
C-Kermit>send scripts/COM1.CMD
C-Kermit>send scripts/COM2.CMD
C-Kermit>send scripts/CAN1.CMD

can leave this connection in this state for further usage and get on tops10 via another connection, but if you like to use just this connection

C-Kermit>c
Kermit-10>^c^c^c
.

# on tops10 side

.compile @com1
.compile @com2
.r link
*@can1
.get decwar
.ssave

if it's not already there, create p,pn [1,27] using react, then copy DECWAR.EXE, DECWAR.GRP, DECWAR.HLP, DECWAR.NWS to its home folder to 'deploy/install' it. [1,27] is where decwar was deployed for compuserve. for utexas it was logical device name 'gam:', assigned to [5,30].
assume you've started simh pdp10 and it's listening on 2010 for connections.

# on raspi side, start kermit

./kermit/wermit
C-Kermit>set host localhost 2010 /raw-socket
C-Kermit>c

# on tops10 side, start kermit

assume you've created a subfolder [,,decwar] in your home folder [,].

.r setsrc
*cp [,,decwar]
*^C
.r kermit
Kermit-10>set file byte-size 36-bit
Kermit-10>server

ctrl-\c back over to raspi kermit

# in raspi kermit

C-Kermit>set transfer mode manual
C-Kermit>set file type binary
C-Kermit>send utexas/*.*
C-Kermit>send compuserve/*.*
C-Kermit>send scripts/COM1.CMD
C-Kermit>send scripts/COM2.CMD
C-Kermit>send scripts/CAN1.CMD

can leave this connection in this state for further usage and get on tops10 via another connection, but if you like to use just this connection

C-Kermit>c
Kermit-10>^c^c^c
.

# on tops10 side

.compile @com1
.compile @com2
.r link
*@can1
.get decwar
.ssave

if it's not already there, create p,pn [1,27] using react, then copy DECWAR.EXE, DECWAR.GRP, DECWAR.HLP, DECWAR.NWS to its home folder to 'deploy/install' it. [1,27] is where decwar was deployed for compuserve. for utexas it was logical device name 'gam:', assigned to [5,30].

0 comments on commit 87af694

Please sign in to comment.