Results 1 to 5 of 5
i want to transfer data from kernel to user mode.so if anybody has some idea about it plz explain it and it is better if some one send code for ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-23-2005 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 11
URGENT NEED PLZ HELP
i want to transfer data from kernel to user mode.so if anybody has some idea about it plz explain it and it is better if some one send code for it.
- 11-23-2005 #2
You want to investigate the copy_to_user() and copy_from_user() functions.
- 11-24-2005 #3Just Joined!
- Join Date
- Nov 2005
- Posts
- 11
well thanx for ur reply but if possible plz send me the code using copy_to_user which can pass string from kernel to user mode and plz reply back soon
- 11-24-2005 #4Just Joined!
- Join Date
- Jul 2005
- Posts
- 72
It might help to edit the name of this thread so as to be more specific!
- 11-27-2005 #5
You are capable of googling to find how to use copy_{to,from}_user()


Reply With Quote
