Skip to content

Commit 4fa85d4

Browse files
committed
Enable Arpanet NCP for KA and KL ITS.
The IMP code for KS10 doesn't have NCP support.
1 parent 8555580 commit 4fa85d4

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

build/pdp10-ka/config.202

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ DEFOPT KAIMP==1
238238
DEFOPT IMPUS==306 ; ARPA net host number
239239
DEFOPT IMPUS3==<IPADDR %IP%> ; IP address
240240
DEFOPT NM%IMP==0 ; Subnet mask (doesn't appear to work if set to real mask)
241-
DEFOPT NCPP==0 ; Flush NCP code
241+
DEFOPT NCPP==1 ; Arpanet NCP code
242242
DEFOPT NNETCH==20. ; # NCP net channels
243243
DEFOPT INETP==1 ; Include Internet code
244244
DEFOPT TCPP==1 ; Include TCP code

build/pdp10-kl/config.203

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ DEFOPT KAIMP==1
514514
DEFOPT IMPUS==106 ; ARPA net host number
515515
DEFOPT IMPUS3==<IPADDR %IP%> ; IP address
516516
DEFOPT NM%IMP==<IPADDR %NETMASK%> ; Subnet mask
517-
DEFOPT NCPP==0 ; Flush NCP code
517+
DEFOPT NCPP==1 ; Flush NCP code
518518
DEFOPT NNETCH==30. ; # NCP network channels
519519
DEFOPT CHAOSP==1 ;NO CHAOS NET
520520
DEFOPT MYCHAD==177002 ;CHAOS NET ADDRESS

tools/tapeutils

Submodule tapeutils updated 1 file

tools/tv11

Submodule tv11 updated 1 file

0 commit comments

Comments
 (0)