1752354 Members
6260 Online
108787 Solutions
New Discussion юеВ

DLKM

 
P Arumugavel
Respected Contributor

DLKM

What is dynamically lodable kernel modules?
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: DLKM

Hi:

These are kernel modules that aren't loaded (at boot) until software requiring them requests the module.

Regards!

...JRF...
P Arumugavel
Respected Contributor

Re: DLKM

ok... what is kernel parameters and kernel modules?
merieux
Frequent Advisor

Re: DLKM

Hi ,

Kernel parametre allow to tune your kernel for having the behavior researched . Kernel parameter are only values . You can define the max nomber processes of your system or the max inod which could be opened at the same time .

Kernel module could be considered like kernel library, there are not just a parameter . kcmodule give you the list of module used or unused ...

Hope having reply to your question.

Have a good day ,
Xavier
James R. Ferguson
Acclaimed Contributor

Re: DLKM

Hi (again):

> ok... what is kernel parameters and kernel modules?

See chapter-10 here:

http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02281490/c02281490.pdf

Regards!

...JRF...