[E3-hacking] Why won't my E3 boot?

Jon Masters jonathan at jonmasters.org
Mon Sep 4 12:34:05 BST 2006


On Mon, 2006-09-04 at 12:21 +0100, Matt Callow wrote:

> Matthew Garrett wrote:
> > This is something of a guess, but:
> > 
> > Building drivers into the kernel doesn't guarantee the order that 
> > they'll be initialised in,

Well, if they're in the standard initcall table then the driver init
functions are called in the order the drivers were built into the kernel
- directory order during compile and subsequent built-in.o processing.

Hard to guess right though.

Jon.





More information about the e3-hacking mailing list