Re: [RFC] HOWTO do Linux kernel development

From: Greg KH
Date: Tue Nov 15 2005 - 16:13:46 EST


On Tue, Nov 15, 2005 at 09:10:51PM +0100, Luca wrote:
> Greg KH <gregkh@xxxxxxx> ha scritto:
> > Intro
> > -----
> [...]
> > Though they
> > are not a good substitute for a solid C education and/or years of
> > experience, the following books are good, if anything for reference:
> >
> > "The C Programming Language" by Kernighan and Ritchie [Prentice Hall]
> > "Practical C Programming" by Steve Oualline [O'Reilly]
> > "Programming the 80386" by Crawford and Gelsinger [Sybek]
> > "UNIX Systems for Modern Architectures" by Curt Schimmel [Addison Wesley]
>
> Hi Greg,
> you may want to add:
>
> "Linux Kernel Development, 2nd ed." by Robert Love [Novell Press]
> and
> "Linux Device Drivers, 3rd ed." by J. Corbet, A. Rubini and G. Kroah-Hartman [O'Reilly]
>
> IMHO the first one is a must-have for beginners who want to have an
> overall picture of the kernel and LDD is very helpful when you start doing
> some real work :)

Those books are good, but this section is just for where to get the
basics of C and Unix. The file Documentation/kernel-docs.txt should
have a pointer to these two books, and this HOWTO does point to that
file.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/