mirror of
https://github.com/PDP-10/its.git
synced 2026-02-08 01:11:18 +00:00
Enable Arpanet NCP for KA and KL ITS.
KA ITS need even more space to add NCP. The IMP code for KS10 doesn't have NCP support. We chose the host number 176 for KA and KL to be well away from clashing with any of the original ARPANET hosts.
This commit is contained in:
@@ -235,10 +235,10 @@ DEFOPT IMXP==1 ;HAS IMX (INPUT MULTIPLEXOR)
|
||||
DEFOPT NETP==1 ; Has net connection
|
||||
DEFOPT IMPP==1 ; Has IMP interface
|
||||
DEFOPT KAIMP==1
|
||||
DEFOPT IMPUS==306 ; ARPA net host number
|
||||
DEFOPT IMPUS==176 ; ARPA net host number
|
||||
DEFOPT IMPUS3==<IPADDR %IP%> ; IP address
|
||||
DEFOPT NM%IMP==0 ; Subnet mask (doesn't appear to work if set to real mask)
|
||||
DEFOPT NCPP==0 ; Flush NCP code
|
||||
DEFOPT NCPP==1 ; Arpanet NCP code
|
||||
DEFOPT NNETCH==20. ; # NCP net channels
|
||||
DEFOPT INETP==1 ; Include Internet code
|
||||
DEFOPT TCPP==1 ; Include TCP code
|
||||
|
||||
@@ -511,10 +511,10 @@ DEFOPT TCPP==1 ; Include Internet TCP code
|
||||
DEFOPT XBL==25. ; # TCP connections
|
||||
DEFOPT IMPP==1 ; Has IMP interface
|
||||
DEFOPT KAIMP==1
|
||||
DEFOPT IMPUS==106 ; ARPA net host number
|
||||
DEFOPT IMPUS==176 ; ARPA net host number
|
||||
DEFOPT IMPUS3==<IPADDR %IP%> ; IP address
|
||||
DEFOPT NM%IMP==<IPADDR %NETMASK%> ; Subnet mask
|
||||
DEFOPT NCPP==0 ; Flush NCP code
|
||||
DEFOPT NCPP==1 ; Arpanet NCP code
|
||||
DEFOPT NNETCH==30. ; # NCP network channels
|
||||
DEFOPT CHAOSP==1 ;NO CHAOS NET
|
||||
DEFOPT MYCHAD==177002 ;CHAOS NET ADDRESS
|
||||
|
||||
Reference in New Issue
Block a user