Subject: sun-lamp CVS commits
To: None <source-changes>
From: The Source Master <srcmastr>
List: source-changes
Date: 08/07/1994 17:20:03
lkestel
Sun Aug  7 17:11:43 PDT 1994
Update of /b/source/CVS/src/sys/arch/mac68k/mac68k
In directory sun-lamp.cs.berkeley.edu:/e/users/lkestel/src/sys/arch/mac68k/mac68k

Modified Files:
	machdep.c 
Log Message:
Some machines (e.g., IIcx) have '030 and map all of memory (4 gigs) with
the MMU.  Added sanity checking in the get_mapping() call to catch this
and stop at the end of RAM.  Now available RAM is min of booter-specified
amount and what the MMU maps.

Also added remap_rom() ifdef'ed out which uses early termination pte's
to map 8 megs of ROM.


lkestel
Sun Aug  7 17:14:47 PDT 1994
Update of /b/source/CVS/src/sys/arch/mac68k/mac68k
In directory sun-lamp.cs.berkeley.edu:/e/users/lkestel/src/sys/arch/mac68k/mac68k

Modified Files:
	locore.s 
Log Message:
Added Sysseg as argument to remap_MMU() so it can map the ROMs.


------------------------------------------------------------------------------