On Thu, 8 Feb 2007, Tzahi Fadida wrote: > I am looking for a book that will help me get more into programming in the > kernel. Specifically in the storage areas and kernel programming etiquette. > Perhaps something current like for kernel 2.6? > Any recommendations?
linux device drivers, 3rd edition. i think it's the only book that teaches you how to write kernel code and how to use the kernel's internal API. most other books are theoretical coverage or code commentary - they are not very useful as first books on this subject. after this - start reading the kernel's source ;) -- guy "For world domination - press 1, or dial 0, and please hold, for the creator." -- nob o. dy ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
