KT11-B Paging Option

From Computer History Wiki
Revision as of 02:33, 10 August 2016 by Jnc (talk | contribs) (A good start - describe basic architecture)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The KT11-B Paging Option is an option for the PDP-11/20, produced by DEC's Computer Special Systems group.

It allows the -11/20 to run time-sharing at the basic machine level; hardware features in the CPU prevent any user from interfering with the overall operation of the system. It does this by providing two modes for the CPU, 'User' and 'Exec', with certain operations (e.g. halting the machine) being dis-allowed in User mode.

It also allows the system to use up to 248 Kbytes of memory (the maximum allowed by the UNIBUS), although only a maximum of 64 KBytes is accessable (i.e. in the CPU's address space) at any one time. By proper programming, the mapping may be set so that user processes cannot interfere with each other's memory.

Architecture

In both Exec and User mode, when the KT11-B is enabled, the address space is divided up into 128 pages of 512 bytes each. Page maps, stored in main memory, map from virtual pages to physical pages (which always start on 512 byte boundaries).

Implementation

The KT11-B is interposed between the KA11 CPU, and the rest of the system (memory and devices); the UNIBUS from the CPU runs into the KT11-B, which processes UNIBUS cycles before passing them through to another UNIBUS, which holds all the memory, devices, etc.

The KA11 is also slightly modified, and a cable carries signals between the KA11 and KT11-B.

An associative memory in the KT11-B caches the 8 most-recently-used page table entries.

Construction

The KT11-B is composed of a large number of single width FLIP CHIPs, most of them simple, generic ones; they are plugged into a custom wire-wraped backplane.