Results 1 to 2 of 2
I have a requirement to load a kernel module from within a kernel module. Are there any ways to accomplish this apart from using a user application to load the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-20-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 1
Loading kernel modules within kernel
I have a requirement to load a kernel module from within a kernel module. Are there any ways to accomplish this apart from using a user application to load the module?
Please mail me if you know of any ways to do this.
I thought of modifying module.c . But this will be too crude
- 11-20-2006 #2
I think you can set up module dependencies, so if your module gets loaded automatically by the kernel (or if someone uses modprobe to load your module) the other one will get loaded too.
I have sold my soul to the penguin


Reply With Quote
