Re: linux kernel without file system

From: Arnd Bergmann
Date: Thu Jan 15 2009 - 13:07:27 EST


On Wednesday 14 January 2009, Philippe De Muyter wrote:
> if possible, mcf52236 (256k flash 32k sram in chip) :)
>
> kernel+uapplication XIP in flash
>
> they seems to push something called utasker

In 256kb it will be hard to even support simple user space.
One solution might be to just use linux as a library and
implement your application code in the kernel, inside
of the . That lets you throw out all system calls and some
of the init code of the kernel (don't call rest_init).

At that stage, you have lost most of the advantages of
using Linux over some other kernel.

Arnd <><
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/