Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow to create a Kernel driver
Dear Hippo I have read you guide how to create a simple kernel driver . i wish you can give a more information to do it . <div class='quotetop'>QUOTE </div> --- Quote Start --- ...
Altera_Forum
Honored Contributor
20 years agoFirst, enable modules support in your kernel.
Then config the drivers which you want to turn into modules, with [M] your drivers. Then build the kernel and modules install. The modules fies will be in the /lib/modules/2.6.11-uc0/kernel/drivers/..... . There is a file /lib/modules/2.6.11-uc0/modules.dep, which list all of them.