|
|
|
IBM developerWorks : Linux : Education - Tutorials | |
Kernel modules typically live in /lib/modules/x.y.z (where x.y.z is the kernel version with which the modules are compatible); each module has ".o" at the end of its name, which identifies it as a binary file containing machine instructions. As you may guess, each individual module represents a particular component of kernel functionality. One module may provide FAT filesystem support, while another may support a particular ISA ethernet card. |
|
|