mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
Configure ITS and emulators for a local Chaos subnet.
It has been agreed that subnet 376 should be a local Chaosnetwork. The Chaosnet bridge has been given the node address 177001, and DB/KA/KL ITS is node 177002.
This commit is contained in:
parent
9039af3377
commit
cb1209ac68
@ -24,8 +24,9 @@ NET : 10.0.0.0 : ARPANET :
|
||||
NET : 172.0.0.0 : B-172 :
|
||||
NET : 192.0.0.0 : C-192 :
|
||||
|
||||
HOST : CHAOS 177001 : BRIDGE : UNIX : UNIX : :
|
||||
;;; Generated by build script.
|
||||
HOST : %IP% : %HOSTNAME%, DB : PDP-10 : ITS : :
|
||||
HOST : CHAOS 177002, %IP% : %HOSTNAME%, DB : PDP-10 : ITS : :
|
||||
;; Hactrn public ITS.
|
||||
HOST : 205.166.94.7 : HACTRN.ORG, HX : PDP-10 : ITS : :
|
||||
|
||||
|
||||
@ -967,6 +967,11 @@ DEFOPT XBL==30. ; # TCP network channels
|
||||
DEFOPT IMPP==1 ; Has an IMP interface
|
||||
DEFOPT SSIMP==1 ; Hooked to "Simulated Simple IMP"
|
||||
|
||||
DEFOPT CHAOSP==1 ;Has CHAOS net
|
||||
DEFOPT MYCHAD==177002 ;CHAOS net address
|
||||
DEFOPT NINDX==50. ;Number of indices
|
||||
DEFOPT CH11P==1 ;CHAOS net goes through Unibus
|
||||
|
||||
DEFOPT MSPP==1 ;HAS MESSAGE SLURPER
|
||||
DEFOPT DEMON==1 ;HAS DEMON ROUTINES
|
||||
|
||||
|
||||
@ -2,6 +2,10 @@ set console wru=034
|
||||
set cpu its
|
||||
set cpu idle
|
||||
set tim y2k
|
||||
set ch enabled
|
||||
set ch node=177002
|
||||
set ch peer=localhost:44041
|
||||
att ch 44042
|
||||
set dz 8b lines=8
|
||||
at -u dz0 10004
|
||||
# VT52
|
||||
|
||||
@ -20,6 +20,7 @@ devdef imp ub3 lhdh addr=767600 br=6 vec=250 ipaddr=%IP% gwaddr=%GW%
|
||||
; Dummy definitions. Only one DZ is still (apparently) needed.
|
||||
devdef dz0 ub3 dz11 addr=760010 br=5 vec=340
|
||||
;devdef dz1 ub3 dz11 addr=760020 br=5 vec=350
|
||||
devdef chaos ub3 ch11 addr=764140 br=6 vec=270 myaddr=177002 chudpport=44042 chip=177001/localhost:44041
|
||||
|
||||
; Define new HOST device hackery
|
||||
devdef idler ub3 host addr=777000
|
||||
|
||||
@ -14,6 +14,8 @@ set dtc dis
|
||||
set dk dis
|
||||
set pd ena
|
||||
set pd on
|
||||
set ch enabled
|
||||
set ch node=177002
|
||||
at ptr out/pdp10-ka/dskdmp.rim
|
||||
at mta0 out/pdp10-ka/sources.tape
|
||||
set mta mpx=7
|
||||
|
||||
@ -41,6 +41,10 @@ set imp ip=192.168.2.101/24
|
||||
set imp gw=172.31.1.100
|
||||
set imp host=10.3.0.6
|
||||
at imp tap:tap0
|
||||
set ch enabled
|
||||
set ch node=177002
|
||||
set ch peer=localhost:44041
|
||||
att ch 44042
|
||||
at ptr out/pdp10-ka/dskdmp.rim
|
||||
at dpa0 out/pdp10-ka/rp03.2
|
||||
at dpa1 out/pdp10-ka/rp03.3
|
||||
|
||||
@ -242,10 +242,10 @@ DEFOPT NNETCH==20. ; # NCP net channels
|
||||
DEFOPT INETP==1 ; Include Internet code
|
||||
DEFOPT TCPP==1 ; Include TCP code
|
||||
DEFOPT XBL==20. ; # TCP network channels
|
||||
DEFOPT CHAOSP==0 ;CHAOS NET
|
||||
DEFOPT MYCHAD==3114 ;CHAOS NET ADDRESS
|
||||
DEFOPT CHAOSP==1 ;CHAOS NET
|
||||
DEFOPT MYCHAD==177002 ;CHAOS NET ADDRESS
|
||||
DEFOPT NINDX==30. ;NUMBER OF INDICES
|
||||
DEFOPT CH10P==0 ;CHAOS NET VIA PDP-10 I/O BUS, NOT FRONT-END
|
||||
DEFOPT CH10P==1 ;CHAOS NET VIA PDP-10 I/O BUS, NOT FRONT-END
|
||||
|
||||
DEFOPT MSPP==1 ;HAS MESSAGE SLURPER
|
||||
DEFOPT DEMON==1 ;HAS DEMON ROUTINES
|
||||
|
||||
@ -7,6 +7,8 @@ set lpt dis
|
||||
set dc disable
|
||||
set pd ena
|
||||
set pd on
|
||||
set ch enabled
|
||||
set ch node=177002
|
||||
set mta enabled type=b
|
||||
at mta0 out/pdp10-kl/sources.tape
|
||||
set rpa0 rp04
|
||||
|
||||
@ -515,9 +515,10 @@ DEFOPT IMPUS==106 ; ARPA net host number
|
||||
DEFOPT IMPUS3==<IPADDR 192,168,1,100> ; Internet host number
|
||||
DEFOPT NCPP==0 ; Flush NCP code
|
||||
DEFOPT NNETCH==30. ; # NCP network channels
|
||||
DEFOPT CHAOSP==0 ;NO CHAOS NET
|
||||
DEFOPT MYCHAD==1440 ;CHAOS NET ADDRESS
|
||||
DEFOPT CHAOSP==1 ;NO CHAOS NET
|
||||
DEFOPT MYCHAD==177002 ;CHAOS NET ADDRESS
|
||||
DEFOPT NINDX==50. ;NUMBER OF INDICES
|
||||
DEFOPT CH10P==1 ;CHAOS NET VIA PDP-10 I/O BUS, NOT FRONT-END
|
||||
|
||||
DEFOPT MSPP==1 ;HAS MESSAGE SLURPER
|
||||
DEFOPT DEMON==1 ;HAS DEMON ROUTINES
|
||||
|
||||
@ -24,5 +24,9 @@ set rpa2 rp04
|
||||
at rpa0 out/pdp10-kl/rp04.0
|
||||
at rpa1 out/pdp10-kl/rp04.1
|
||||
at rpa2 out/pdp10-kl/rp04.2
|
||||
set ch enabled
|
||||
set ch node=177002
|
||||
set ch peer=localhost:44041
|
||||
att ch 44042
|
||||
load -i bin/kl10/boot/@.ddt
|
||||
go
|
||||
|
||||
@ -3,6 +3,10 @@ set cpu its
|
||||
set cpu idle
|
||||
set dz 8b lines=8
|
||||
at -u dz0 10004
|
||||
set ch enabled
|
||||
set ch node=177002
|
||||
set ch peer=localhost:44041
|
||||
att ch 44042
|
||||
# VT52
|
||||
at -u dz0 line=7,10018
|
||||
# GT40
|
||||
|
||||
@ -959,6 +959,12 @@ IFN DBRM80, DEFOPT RM80P==1 ; with one RM80
|
||||
DEFOPT NMTCS==1 ;Number of magtape units (so why not NMTUS?)
|
||||
DEFOPT TM03S==1 ;TM03/RH11 Unibus tape controller
|
||||
|
||||
DEFOPT NETP==1 ; Connected to a network
|
||||
DEFOPT CHAOSP==1 ;CHAOS NET
|
||||
DEFOPT MYCHAD==177002 ;CHAOS NET ADDRESS
|
||||
DEFOPT NINDX==30. ;NUMBER OF INDICES
|
||||
DEFOPT CH11P==1 ;CHAOS net goes through Unibus
|
||||
|
||||
DEFOPT MSPP==1 ;HAS MESSAGE SLURPER
|
||||
DEFOPT DEMON==1 ;HAS DEMON ROUTINES
|
||||
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
set console wru=034
|
||||
set cpu its
|
||||
set tim y2k
|
||||
set ch enabled
|
||||
set ch node=177002
|
||||
at tua0 out/pdp10-ks/minsys.tape
|
||||
at tua1 out/pdp10-ks/salv.tape
|
||||
set rpa0 rp06
|
||||
|
||||
@ -2,6 +2,10 @@ set console wru=034
|
||||
set cpu its
|
||||
set cpu idle
|
||||
set tim y2k
|
||||
set ch enabled
|
||||
set ch node=177002
|
||||
set ch peer=localhost:44041
|
||||
att ch 44042
|
||||
set dz 8b lines=8
|
||||
at -u dz0 10004
|
||||
# VT52
|
||||
|
||||
@ -959,6 +959,12 @@ IFN DBRM80, DEFOPT RM80P==1 ; with one RM80
|
||||
DEFOPT NMTCS==1 ;Number of magtape units (so why not NMTUS?)
|
||||
DEFOPT TM03S==1 ;TM03/RH11 Unibus tape controller
|
||||
|
||||
DEFOPT NETP==1 ; Connected to a network
|
||||
DEFOPT CHAOSP==1 ;CHAOS NET
|
||||
DEFOPT MYCHAD==177002 ;CHAOS NET ADDRESS
|
||||
DEFOPT NINDX==30. ;NUMBER OF INDICES
|
||||
DEFOPT CH11P==1 ;CHAOS net goes through Unibus
|
||||
|
||||
DEFOPT MSPP==1 ;HAS MESSAGE SLURPER
|
||||
DEFOPT DEMON==1 ;HAS DEMON ROUTINES
|
||||
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
set console wru=034
|
||||
set cpu its
|
||||
set tim y2k
|
||||
set ch enabled
|
||||
set ch node=177002
|
||||
at tu0 out/simh/minsys.tape
|
||||
at tu1 out/simh/salv.tape
|
||||
set rp0 rp06
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user