On Wed, Nov 12, 2003 at 05:48:05PM +0100, Wolfgang Denk wrote: > > processor? Did you have any unexpected suprises? Do these tools help get > > the footprint smaller or is it easier to do something with the linux-mips > > tree? > If you have a MMU on your chip you should always go for the "real" Linux. > > Reducing the memory footprint is not so much a kernel issue but one > of the application level - using standard tools linked against glibc > vs. busybox with uClibc for example. Certain mechanism such as copy on write are only possible with an MMU and can achieve dramatic memory savings. The common believe that memory protection results in significant overhead isn't true anymore, so Wolfgang ist certainly right here. Ralf