Hello All,
I have written a character device driver suppose abc.c
1) I want to load the device driver abc.ko on every boot of the system.
How can I achieve this ?
2) I want the device /dev/abc_dev to be present whenever the system reboots. The major and minor number should same as that of abc.ko when inserted.
How can this be done ?
--
Regards,
Rishi B. Agrawal
http://www.linkedin.com/in/rishibagrawal
http://code.google.com/p/fscops/