On Mon, Jan 21, 2002 at 08:07:34AM -0700, Mark Pilon wrote: > > I've heard that one shouldn't modify the definition of KERNELBASE > as it screws up the MM code; > > I'm wondering how people out there are handling designing systems > (and getting linux running) on large pools of memory -- like > 1 - 2 Gb or so. > > 0xc0000000 - 0xFFFFFFFF is 1Gb; has anyone redefined KERNELBASE > lower to allow for more memory in a system?
If you simply need to handle more DRAM just turn on CONFIG_HIGHMEM. -- Matt Porter MontaVista Software, Inc. mporter at mvista.com ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
