-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '9203107038c9856f1457c3b02dda26f489eae710'
- Loading branch information
Showing
1 changed file
with
47 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]. |