Bill Arbaugh <[EMAIL PROTECTED]> writes:
> >
> > It may be interesting to note that the linux boot loader on Alpha
> > MILO uses unmodified drivers from the kernel, without the scheduler
> > and other parts or the kernel.
> >
> Thanks for the pointer. We'll look into that as this is probably the best
> of both worlds- current drivers and small kernel.
And an unmaintable mess. At least the way milo does it. No offense
but because milo hooks drivers at such a low level it comes very close
to being unmaintable, because it does not track the internal kernel
API very well so if you build with a different setup you have problems.
It might be possible to abstract this and have easily maintable code
that you can mix and match kernels with, but I haven't seen the techniques
yet.
Eric