public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Recommended books for new kernel programmers
  2008-11-13 20:19 Recommended books for new kernel programmers Kristoffer Ericson
@ 2008-11-13 19:32 ` Jose Celestino
  2008-11-13 19:46 ` Matthias Kaehlcke
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Jose Celestino @ 2008-11-13 19:32 UTC (permalink / raw)
  To: Kristoffer Ericson; +Cc: linux-kernel@vger.kernel.org

Words by Kristoffer Ericson [Thu, Nov 13, 2008 at 09:19:47PM +0100]:
> Greetings,
> 
> Ive gotten this question alot lately and thought
> people could name their favourite books.
> 
> I usually recommend "Linux Device Drivers" by
> Jonathan Corbet, Alessandro Rubini and
> Greg Kroah-Hartman.
> 
> Anything else worth telling people?
> 

Robert Love "Linux Kernel Development" 2nd edition is very good.

-- 
Jose Celestino | http://japc.uncovering.org/files/japc-pgpkey.asc
----------------------------------------------------------------
"One man’s theology is another man’s belly laugh." -- Robert A. Heinlein

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Recommended books for new kernel programmers
  2008-11-13 20:19 Recommended books for new kernel programmers Kristoffer Ericson
  2008-11-13 19:32 ` Jose Celestino
@ 2008-11-13 19:46 ` Matthias Kaehlcke
  2008-11-13 20:21 ` Alexey Dobriyan
  2008-11-14  6:24 ` Damien Wyart
  3 siblings, 0 replies; 5+ messages in thread
From: Matthias Kaehlcke @ 2008-11-13 19:46 UTC (permalink / raw)
  To: Kristoffer Ericson; +Cc: linux-kernel@vger.kernel.org

El Thu, Nov 13, 2008 at 09:19:47PM +0100 Kristoffer Ericson ha dit:

> Ive gotten this question alot lately and thought
> people could name their favourite books.
> 
> I usually recommend "Linux Device Drivers" by
> Jonathan Corbet, Alessandro Rubini and
> Greg Kroah-Hartman.

Robert Loves' "Linux Kernel Development" is my favorite for
getting an overview of kernel and its mechanisms

"Essential Linux Device Drivers" from Sreekrishnan Venkateswaran is a
good book for learning about driver development, though i'd recommend
to read "Linux Kernel Development" or LDD3 first

finally there is "Understanding the Linux Kernel" by Daniel P. Bovet
and Marco Cesati, an in-depth view of the kernel core code

-- 
Matthias Kaehlcke
Embedded Linux Engineer
Barcelona

         An ounce of practice is worth more than tons of preaching
                            (Mahatma Gandhi)
                                                                 .''`.
    using free software / Debian GNU/Linux | http://debian.org  : :'  :
                                                                `. `'`
gpg --keyserver pgp.mit.edu --recv-keys 47D8E5D4                  `-

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Recommended books for new kernel programmers
@ 2008-11-13 20:19 Kristoffer Ericson
  2008-11-13 19:32 ` Jose Celestino
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kristoffer Ericson @ 2008-11-13 20:19 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

Greetings,

Ive gotten this question alot lately and thought
people could name their favourite books.

I usually recommend "Linux Device Drivers" by
Jonathan Corbet, Alessandro Rubini and
Greg Kroah-Hartman.

Anything else worth telling people?

/Kristoffer

-- 
Kristoffer Ericson <kristoffer.ericson@gmail.com>

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Recommended books for new kernel programmers
  2008-11-13 20:19 Recommended books for new kernel programmers Kristoffer Ericson
  2008-11-13 19:32 ` Jose Celestino
  2008-11-13 19:46 ` Matthias Kaehlcke
@ 2008-11-13 20:21 ` Alexey Dobriyan
  2008-11-14  6:24 ` Damien Wyart
  3 siblings, 0 replies; 5+ messages in thread
From: Alexey Dobriyan @ 2008-11-13 20:21 UTC (permalink / raw)
  To: Kristoffer Ericson; +Cc: linux-kernel

On Thu, Nov 13, 2008 at 09:19:47PM +0100, Kristoffer Ericson wrote:
> Ive gotten this question alot lately and thought people could name their
> favourite books.
> 
> I usually recommend "Linux Device Drivers" by Jonathan Corbet, Alessandro
> Rubini and Greg Kroah-Hartman.
> 
> Anything else worth telling people?

Kernighan, Rithie, "The C Programming Language"
Kernighan, Pike, "The Practice of Programming"
C programming language standard ISO/IEC 9899:1999
Bovet, Cesati, "Understanding the Linux Kernel"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Recommended books for new kernel programmers
  2008-11-13 20:19 Recommended books for new kernel programmers Kristoffer Ericson
                   ` (2 preceding siblings ...)
  2008-11-13 20:21 ` Alexey Dobriyan
@ 2008-11-14  6:24 ` Damien Wyart
  3 siblings, 0 replies; 5+ messages in thread
From: Damien Wyart @ 2008-11-14  6:24 UTC (permalink / raw)
  To: Kristoffer Ericson; +Cc: linux-kernel@vger.kernel.org

* Kristoffer Ericson <kristoffer.ericson@gmail.com> [2008-11-13 21:19]:
> Ive gotten this question alot lately and thought
> people could name their favourite books.

Not very well-known yet because very recent, _Professional Linux Kernel
Architecture_ by Wolfgang Mauerer (Wrox) seems very promising after
a few hours of browsing throught it.

-- 
Damien Wyart

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-11-14  6:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-13 20:19 Recommended books for new kernel programmers Kristoffer Ericson
2008-11-13 19:32 ` Jose Celestino
2008-11-13 19:46 ` Matthias Kaehlcke
2008-11-13 20:21 ` Alexey Dobriyan
2008-11-14  6:24 ` Damien Wyart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox