Results 1 to 7 of 7
Hello,
I am currently working on a Manageable Security System for Linux.
Anyway, currently my program works as a Daemon, however I want to port it to the Kernel as ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-13-2009 #1
Module Writing Question.
Hello,
I am currently working on a Manageable Security System for Linux.
Anyway, currently my program works as a Daemon, however I want to port it to the Kernel as a Module. Since I want to add stuff like StackProtection and socket/filesystem protection.
However I never coded a Module for Linux from Scratch and thus I want to do some reading.
What book / Documentation do you guys recommend for me to read?
Thanks
Cheers,
Robin
- 09-14-2009 #2
i think following link will be helpful for u
Linux HeadQuarters : Kernel Module Programming
- 09-14-2009 #3
- 09-15-2009 #4
for 2.6 kernel, the following will be very useful and give info from very basic.
The Linux Kernel Module Programming Guide
- 09-15-2009 #5
- 09-15-2009 #6
Linux Device Drivers, Third Edition [LWN.net]
I have this book, it is very good.
- 09-16-2009 #7


Reply With Quote
