*****SPAM**** Re: Building kernel modules

franz.reitinger franz.reitinger at htl-wels.at
Fri Nov 30 09:39:48 UTC 2012


If you compile all of the modules into one binary executable then you 
get a big kernel which must be loaded from disk into memory (monolithic 
kernel). This will take some time & ressources.

Using modules means that the kernel can be customized into smaller 
components that can be added/removed at runtime. The core-kernel is much 
smaller & can be faster loaded (kind of modular kernel).

/franzR

Am 2012-11-29 22:03, schrieb Miguel Guedes:
> Hello List,
>
> Quick question: I've had to build the latest Linux kernel from git so
> my laptop's hardware is supported. I was wondering if building kernel
> modules results in an increase in boot time?
>
> --
> Miguel
/* 
 ************************************************************
 * Mail checked by Avira virus scanner (mail.htl-wels.at).
 ************************************************************
*/

 




More information about the ubuntu-users mailing list