From 6de007fe26f80eefb413190901d913f09e9d8248 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Mon, 23 Apr 2018 16:10:04 +0100 Subject: [PATCH] Make the pure region start at 600000. On ITS, ILOOP in INITM fails because it runs out of address space; it overruns by about 2000 words. There's a comment in MUDDLE suggesting that BOT was originally 600000, so move it back to there (although we could get away with a higher value if necessary in the future). On TENEX, TXPURE would be used instead. --- src/mudsys/{pure.15 => pure.16} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/mudsys/{pure.15 => pure.16} (92%) diff --git a/src/mudsys/pure.15 b/src/mudsys/pure.16 similarity index 92% rename from src/mudsys/pure.15 rename to src/mudsys/pure.16 index 0a263b51..c57b1f2b 100644 --- a/src/mudsys/pure.15 +++ b/src/mudsys/pure.16 @@ -3,7 +3,7 @@ TITLE SETPUR 1PASS -BOT==700000 +BOT==600000 .GLOBAL .LPUR,.LIMPU,HIBOT,PHIBOT,REALGC,THIBOT REALGC==200000