DragonFly BSD
DragonFly bugs List (threaded) for 2004-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: bktr problems.


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 6 Jan 2004 19:38:02 -0800 (PST)

: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@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]