Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
Modules are pieces of code that can be loaded and unloaded into the kernel upon demand. They extend the functionality of the kernel without the need to reboot the system.
For example,one type of module is the device driver, which allows the kernel to access hardware connected to the system. Without modules, we would have to build monolithic kernels and add new functionality directly into the kernel image.
You refer to the attached tutorial for more infomation.