Results 1 to 1 of 1
I want to add a variable to my kernel so that I can create a system call to add/retreive data from it. More precisely, I want to add a link ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-17-2004 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 5
kernel variable
I want to add a variable to my kernel so that I can create a system call to add/retreive data from it. More precisely, I want to add a link list that will store a struct that I design, and I will be adding and searching nodes in my list. I want to know where I should go about defining my variable, and if anyone has any code examples of how to use the link list defined in linux/list.h.
Thanks
Ryan


Reply With Quote
