From 0e3fd9d83de256f4dab38625315bddbe55336d24 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Mon, 16 Jul 2018 21:29:58 +0200 Subject: [PATCH] Fix wrong pager parameters. The ITS pager parameters was based on the ML configuration, but the emulator implements the AI pager. Thus one of the ML pager age bits was treated as an address bit, which of course resulted in an NXM error. --- build/sims/config.202 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/sims/config.202 b/build/sims/config.202 index 1eb63300..b7f4aaa9 100644 --- a/build/sims/config.202 +++ b/build/sims/config.202 @@ -254,8 +254,8 @@ DEFOPT NSTTYS==8 ;# STY'S (PSEUDO-TTY'S) DEFOPT TSYSM==512. ;TOTAL PDP10 1K MEM BLOCKS DEFOPT NMMP==4 ;# EXEC PAGES FOR MMP TABLE (# VIR PGS/512.) -DEFSYM PMRCM==777 ;9 BIT REAL CORE ADR -DEFSYM PMAGEM==17000 ;4 BIT AGE +DEFSYM PMRCM==1777 ;10 BIT REAL CORE ADR +DEFSYM PMAGEM==16000 ;3 BIT AGE DEFSYM PMCSHM==0 ;NO CACHE BIT DEFSYM PMUNSD==160000 ;UNUSED BITS