KernelNewbies:

Definition

A module is a set of software that is not part of the core kernel yet can be integrated with it through the kernel kbuild procedure or at runtime. Modules always operate in "kernel space."

Properties

Some properties of all kernel modules:

Device Drivers

Device Drivers are special modules that provide one or more files in the /dev filesystem.

KernelNewbies: Module (last edited 2009-10-14 16:39:26 by pfp11)