Skip to content

Instantly share code, notes, and snippets.

@tuklusan
Last active March 9, 2019 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuklusan/76885df44e85b8b7436e1cf39811277c to your computer and use it in GitHub Desktop.
Save tuklusan/76885df44e85b8b7436e1cf39811277c to your computer and use it in GitHub Desktop.
SIMH configuration file for RSTS/E 10.1 with DECnet/E 4.1 | See https://supratim-sanyal.blogspot.com/2019/03/deploying-pdp-1173-running-rstse-101.html for deails
; SANYALnet Labs
; PDP-11/73, RSTS/E 10.1, DECnet/E 4.1
; Supratim Sanyal's Hobbyist Server
; See https://supratim-sanyal.blogspot.com/2019/03/deploying-pdp-1173-running-rstse-101.html
; --
; System account is [xx,yy]
; System account password is ...
; --
set cpu 11/73, 4M, idle
set clk 50Hz
show cpu
set hk disable
set ptr disable
set ptp disable
set rk disable
set rp disable
set rx disable
set vh disable
set tm disable
set cr disable
set lpt disable
set rl disable
; disk drives
set rq enable
set rq0 ra81
set rq1 ra81
set rq2 disable
set rq3 disable
;set rq2 rd31
;set rq3 rd31
attach rq0 Disks/rq0-ra81a.dsk
attach rq1 Disks/rq1-ra81b.dsk
;attach rq2 Disks/rq2-rd31a.dsk
;attach rq3 Disks/rq3-rd31b.dsk
;set console telnet=10003
; DZ11, KB5:-KB12:
echo DZ11-->10000
echo
set dz lines=8
; make SIMH listen on port 10000
att dz 10000
; tape drives
set tq0 locked
set tq1 disable
set tq2 disable
set tq3 disable
;set tq1 locked
;set tq2 locked
;set tq3 locked
;attach -e tq0 tapes/rstse_v10_1_install_sep10_1992.tap
attach -e tq0 -f tpc tapes/decnet-e_v4_1.tap
;attach -e tq1 -f tpc tapes/...
;attach -e tq2 -f tpc tapes/...
;attach -e tq3 -f tpc tapes/...
; DECnet 31.28
set xq enable
set xq type=DELQA mac=AA-00-04-00-1C-7C
attach xq vde:/tmp/vde-dnet.ctl
;att xq tap:dnettap0
;
set xqb disable
;set xqb enable
set xqb type=DEQNA mac=96-72-A1-2A-E7-40
;attach xqb ...
boot rq0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment