Results 1 to 2 of 2
In my kernel module,I have to pass command line arguments to my module.How can I do this?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-08-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 7
to insert a kernel module
In my kernel module,I have to pass command line arguments to my module.How can I do this?
- 05-09-2008 #2Linux Newbie
- Join Date
- Mar 2008
- Location
- Hyderabad
- Posts
- 109
insmod ./<module-name> <arguments>


Reply With Quote
