Skip to content

Commit 6eda1b9

Browse files
committed
KA ITS need even more space to add NCP.
1 parent 4f4ee16 commit 6eda1b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/system/its.1652

+1-1
Original file line numberDiff line numberDiff line change
@@ -21950,7 +21950,7 @@ IEND:
2195021950
; start at the right place. There is a limit to how high it can go,
2195121951
; however.
2195221952
IFN KL10P, SALV==:105*2000 ; MC-KL is getting huge
21953-
IFE MCOND KA, SALV==:105*2000 ; KA is also getting huge
21953+
IFE MCOND KA, SALV==:110*2000 ; KA is also getting huge
2195421954
IFNDEF SALV, SALV==:100*2000
2195521955
IFG IEND-SALV,.FATAL System overruns SALV start addr!
2195621956

src/system/salv.317

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ PRINTX /Which machine? /
113113
LIGHTS==4 ;PI
114114
];ML
115115
IFCE MCHN,KA,[
116-
SA==105*2000 ; KA system is big, need to push SALV higher.
116+
SA==110*2000 ; KA system is big, need to push SALV higher.
117117
FIRSPK==0
118118
LASTPK==3
119119
NUDSL==500.

0 commit comments

Comments
 (0)