Results 1 to 1 of 1
Hello experts,
I know how to write kernel module to create proc file. i also know proc read and write call back function. this function are invoked when some one ...
- 12-14-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 2
Urgent ----kernel module and proc file
Hello experts,
I know how to write kernel module to create proc file. i also know proc read and write call back function. this function are invoked when some one try to write or read from user space.
now my problem is i want to create proc file and write some data into that file from kernel module itself programmatically.


Reply With Quote