Re: Patches for REALLY TINY 386 kernels

From: John Stoffel
Date: Wed Jul 18 2007 - 16:24:35 EST


>>>>> "Jan" == Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> writes:

Jan> On Jul 18 2007 20:20, Andi Kleen wrote:
>>>
>>> Well, how big the vmlinux file is matters if it doesn't fit in memory
>>> with enough time to get to the phase where it is dumping the init
>>> sections.
>>
>> If you don't have enough memory for a few tens of KB of init sections
>> you're very unlikely to have enough memory for user space.

Jan> If the code was not too hackish, I would not buy that.

Jan> Routers for example can run -- minus the userspace utilities
Jan> required to set things up -- "without" userspace. Maybe someone
Jan> even comes along and writes the network interface setup as __init
Jan> kernel code. If not that, maybe a code generator. I also remember
Jan> someone who posted sort of a "kernel console" patch (same reason
Jan> - to avoid userspace).

So what about the userspace required to make changes to the router's
running configuration? No router runs without some sort of userspace
or interactive component. Who puts SNMP into the kernel directly if
they can help it?

John
-
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/