bktr problems.
Matthew Dillon
dillon at apollo.backplane.com
Tue Jan 6 19:38:39 PST 2004
:Do modules always get loaded in the order listed in loader.conf? If
:that's the case, then bktr_mem *is* getting loaded before bktr.
:
:Adam
Almost certainly not. Only the variable assignments are listed in
loader.conf. The symbols remain unresolved until the actual kernel is
loaded and run. The kernel needs the dependancy information in order to
resolve the symbols for the modules in the right order.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Bugs
mailing list