Subject: Re: 3100, console driver/ serial console usage
To: Jacob H. Suter <jsuter@intrastar.net>
From: Dave McGuire <mcguire@neurotica.com>
List: port-vax
Date: 02/13/1998 00:33:00
Memory Management Unit. It's what maps virtual addresses to
physical addresses, handles the low-level parts of paging, makes
processes base addresses look like they start at (or about) zero,
protects areas of memory, stuff like that.
-Dave
On February 12, Jacob H. Suter wrote:
> Please excuse my ignorance, but whats the MMU?
>
> Thanks,
> JS
>
> > Ragge has mentioned that, at least on the MicroVAX II, the ROM character
> > output routines only work with the MMU turned off. Someone (Bertram?) talked
> > about a hack to disable the MMU, print a character, and turn it back on again.
> > I don't know how far that got.