mirror of
https://github.com/PDP-10/its.git
synced 2026-03-02 01:50:24 +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:
@@ -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!
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user