Skip to content

Commit

Permalink
Enable Arpanet NCP for KA and KL ITS.
Browse files Browse the repository at this point in the history
KA ITS need even more space to add NCP.  The IMP code for KS10 doesn't
have NCP support.
  • Loading branch information
larsbrinkhoff committed Dec 12, 2024
1 parent 8555580 commit 4074a9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/pdp10-ka/config.202
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ DEFOPT KAIMP==1
DEFOPT IMPUS==306 ; 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
Expand Down
2 changes: 1 addition & 1 deletion build/pdp10-kl/config.203
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ DEFOPT KAIMP==1
DEFOPT IMPUS==106 ; 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 ; Flush NCP code
DEFOPT NNETCH==30. ; # NCP network channels
DEFOPT CHAOSP==1 ;NO CHAOS NET
DEFOPT MYCHAD==177002 ;CHAOS NET ADDRESS
Expand Down
2 changes: 1 addition & 1 deletion src/system/its.1652
Original file line number Diff line number Diff line change
Expand Up @@ -21950,7 +21950,7 @@ IEND:
; start at the right place. There is a limit to how high it can go,
; however.
IFN KL10P, SALV==:105*2000 ; MC-KL is getting huge
IFE MCOND KA, SALV==:105*2000 ; KA is also getting huge
IFE MCOND KA, SALV==:110*2000 ; KA is also getting huge
IFNDEF SALV, SALV==:100*2000
IFG IEND-SALV,.FATAL System overruns SALV start addr!

Expand Down
2 changes: 1 addition & 1 deletion src/system/salv.317
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ PRINTX /Which machine? /
LIGHTS==4 ;PI
];ML
IFCE MCHN,KA,[
SA==105*2000 ; KA system is big, need to push SALV higher.
SA==110*2000 ; KA system is big, need to push SALV higher.
FIRSPK==0
LASTPK==3
NUDSL==500.
Expand Down

0 comments on commit 4074a9a

Please sign in to comment.