Subject: Re: The origins of CL conditions system
From: rpw3@rpw3.org (Rob Warnock)
Date: Wed, 19 Dec 2007 04:52:10 -0600
Newsgroups: comp.lang.lisp
Message-ID: <M8OdnSr1BIVHavXanZ2dnUVZ_gednZ2d@speakeasy.net>
Lars Brinkhoff  <lars.spam@nocrew.org> wrote:
+---------------
| Kent M Pitman <pitman@nhplace.com> writes:
| > the 10 was a 36-bit machine with 18 bit addresses, while the 11 was
| > a 32-bit machine with 16 bit addresses, but the instruction sets
| > were wildly different, too.
| 
| I believe the PDP-11 is a 16-bit machine: addresses, instructions,
| and registers are all 16 bits.
+---------------

That's correct. Though in some models there was a larger physical
address space on the bus, e.g., PDP-11/20 Unibus had 18 bits of
physical address, the Q-Bus had 22. These extra bits were accessible
only when using the 8-segment MMU to map virtual (16-bit) addresses
to physical (18, 22, whatever).


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607