vote up 1 vote down star
1

Is there any book/resource that one can refer to, to be able to write programs at kernel/system level.. I'm looking for a programming book that could serve as a guide to write kernel codes / system level programming etc.. I have Tannenbaum's Design and Implementation. It addresses theoretical aspects well .But a book that teaches programming in such topics would be helpful. I want to be capable of implementing thread library, scheduler et al ..

thanks

flag

50% accept rate

2 Answers

vote up 0 vote down check

I would like to suggest both the books by Robert Love. I've read a bit of the first one and its excellent. The latter was recommended by a friend.

Linux Kernel Development

Linux System Programming: Talking Directly to the Kernel and C Library

link|flag
thank you for your suggestion :) – Sharat Chandra Oct 27 at 0:25
vote up 0 vote down

Try the nice "Understanding the Linux Kernel" by O'Reilly. While Linux-specific sometimes, the basic concepts are the same everywhere.

link|flag
Thank you for your opinion :) – Sharat Chandra Oct 27 at 0:21
You should consider upvoting comments that have helped you. – Martin Hohenberg Oct 27 at 6:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.