After making the kernel and choosing some drivers
to be modularized, how do we compile the driver,
install the driver, and run these modules?
Printable View
After making the kernel and choosing some drivers
to be modularized, how do we compile the driver,
install the driver, and run these modules?
I found these on Google...
HowTos/BuildingKernelModules - CentOS Wiki
Compiling Kernel Modules
Do they provide what you need? The first one is for CentOS, but the principles should be the same. The second one is aimed at developers so is a bit more in-depth.
Or try the README that comes with the kernel source, right in the root of the tarball. It's all there...
It looks like an assignment to me. In any case, as suggested by other members, we need a bit more info.