Received: (from major@localhost)
	by minnie.cs.adfa.edu.au (8.9.1/8.9.1) id FAA20383
	for pups-liszt; Fri, 22 Jan 1999 05:22:49 +1100 (EST)
Received: from coffee.corliss.net (erin@coffee.gta-tech.com.121.7.12.in-addr.arpa [12.7.121.245] (may be forged))
	by minnie.cs.adfa.edu.au (8.9.1/8.9.1) with ESMTP id FAA20378
	for <pups@minnie.cs.adfa.oz.au>; Fri, 22 Jan 1999 05:22:35 +1100 (EST)
Received: from localhost (erin@localhost)
	by coffee.corliss.net (8.8.8/8.8.8) with SMTP id KAA30600
	for <pups@minnie.cs.adfa.oz.au>; Thu, 21 Jan 1999 10:26:54 -0800
Date: Thu, 21 Jan 1999 10:26:54 -0800 (PST)
From: "Erin W. Corliss" <erin@coffee.corliss.net>
To: pups@minnie.cs.adfa.oz.au
Subject: here's a dumb question
Message-ID: <Pine.LNX.3.96.990121101819.30461A-100000@coffee.corliss.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-pups@minnie.cs.adfa.edu.au
Precedence: bulk


OK, so I was at my ISP the other day and after a talk with the owner I
walked home with a bunch of pieces from a microvax II, which I used to
completely pimp out my PDP-11/73...  One of the new pieces is a hard
drive, which allows me to write assembly code with the RSTS/E Macro
Assembler, write them to the hard drive, and boot the system up in
non-RSTSish ways...

I'm new to PDP-11 assembly language, however, and I don't have a really
complete manual...  The general purpose registers are all 16 bits.
Addresses stored in these registers can only point to the first 32K words
of memory.  My PDP has a 512K words of memory.  The only reference I've
seen to this problem was one sentence in one of my manuals that says the
rest of the memory can be addressed through "memory management".  When it
says this, does it mean that there is a separate memory management unit
that I have to control to flip between pages or banks of memory, or are
there extended registers in the CPU itself that allow me to do this?  I
crashed the machine the other day and I noticed that the monitor listed
some registers that started with M...  Could that be what these are for?
(The computer claims to have 22-bit addressing, BTW.)

	-- Erin Corliss



