On Mon, Nov 03, 2003 at 01:56:54PM -0800, Dennis Castleman wrote: > Any body know if MIPS 4KEm is supported. > > The 4KEm provides a simpler scheme (less expansive) for virtual to physical > address translation. It is based on FMT (Fixed map translation) that > provides a direct address translation that is not configurable. > > Question is whether a 16 dual entries FMT as described above would be > sufficient in order to run linux. Linux 2.6 supports something like if CONFIG_MMU is disabled which looks like it could suit your particular type of application. So far nobody has made any attempt to get this to run on MIPS but doesn't look too hard. This of course will have serious impact on userspace applications - the ABI necessarily has to change if the MMU is gone. Ralf