Xander van Wiggen wrote:
>
> Hi.
>
> I was wondering ... is it possible to build a minimal linux kernel
> (i.e. minimal for-loop) and put the rest into loadable modules
> (memory management,scheduling etc.), so that I /never/ have to reboot my
> computer anymore but simply insert upgraded/patched modules?
You can't do that with a monolithic kernel but you may be interested in
triing out
Gnu/HURD it's a microkernel where this is done all the time and in
user-space.
You can build a usable system with it running X11,NFS and whatever you
want
and it parallelizes (system-imanent-feature) far better than Linux does.
You may even use it as a distributed OS with dynamic process-migration
some
day (process migration AFAIK is reported to at least work at all).
>
> Or, even better, let my kernel check www.kernel.org every now and then
> and upgrade automatically??
Difficult. Just get a kernel that's stable and don't think about it for
time.
---
[EMAIL PROTECTED]
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]