Re: KLDs vs static linking

2001-12-11 Thread Danny Braniss
I use them - where possible - when i have the same kernel for different boxes and i can configure the differences via klm's. danny > Hi Folks, > > Hopefully a quick question. > > Is there any reason to prefer KLD modules for drivers etc over static > linking? For example, KLDs are covenient, l

KLDs vs static linking

2001-12-11 Thread Dragon Fire
Hi Folks, Hopefully a quick question. Is there any reason to prefer KLD modules for drivers etc over static linking? For example, KLDs are covenient, loading and unloading for development but is it a case of using KLD modules for development then building drivers statically into the kernel when