On Tue, 2002-02-05 at 13:24, Steven J. Hill wrote: > Pete Popov wrote: > > > > I'm not sure if it's a "little" though. Ralf has already done the work > > for 64bit memory support on 32bit kernels, but that only works currently > > on 64bit CPUs. I started hacking on the 64bit memory patch to get it to > > work on 32bit processors, but had to put that aside for a few weeks. I > > hope to get back to it soon. > > > Sure, the "little" is a relative term. As far as your patch is concerned, > you are essentially trying to use a true 32-bit processor (my definition > being that it is not a 64-bit processor running in 32-bit mode), to address > address more than 4GB of physical memory. I don't see how that is possible > with just the MMU and TLB unless you are using chip selects and customm > logic. I failed to mention that the additional patch, once working, would be for MIPS32 (as in the MIPS Tech's MIPS32 spec, not just any 32 bit CPU) CPUs that implemented the full 36 bit physical address space. So the support really won't be 64bit, it will be 36bit. Pete