Linked by Eugenia Loli-Queru on Thu 6th Nov 2003 05:32 UTC
Linux The Linux phenomenon gets bigger by the day and more developers are drawn into developing for it. The heart of this very phenonmenon is its kernel and as time goes by it becomes more mature but also bigger and more complex. New developers would have trouble diving in and code for it, hence the "Linux Kernel Development" book by well known kernel hacker Robert Love (of preemptive-patch fame).
Order by: Score:

Hmmm
by carbon-12 on Thu 6th Nov 2003 05:43 UTC

looks like a good read

RE:Hmmm
by Anonymous on Thu 6th Nov 2003 06:27 UTC

It is indeed an excellent read. This book is my first exposure to kernel development, therefore, I did have to re-read several chapters a few times. One of the the things that made this book special to me is the fact that its based on the latest series of the kernel as opposed to the 2.4 series which most kernel books are based on. I highly suggest this book to anyone that wants to get into kernel development.

v ...
by Anonymous on Thu 6th Nov 2003 07:27 UTC
v RE: ...
by Eugenia on Thu 6th Nov 2003 07:30 UTC
Is there anything on networking?
by Jack Hughes on Thu 6th Nov 2003 14:06 UTC

Doesn't seem to be much judging from the contents. But I suspect that that is whole 'nother book.

Positive Experiences
by Heikki Orsila on Thu 6th Nov 2003 15:05 UTC

So far the 80 pages of the book I've read have been well written. I read the book with thought, and it was surprisingly easy to grasp the message. IMO, Linux Device Drivers book (see O'reilly) is not written as well, though it's a good read too. I would recommend this book for everyone interested in kernel mechanisms, not just people into Linux.

i bought it and its good
by tech_user on Thu 6th Nov 2003 15:06 UTC

i bought it (online is cheaper than most real shops) - and its very nice... very clear and very easy to digest... a gentle slide into the more diffilcult areas....

i would have liked more illustrative source code perhaps as a CDROM or at the end of the chapters or appendizx... i would have really loved a chepter on writing modules and drivers... modules and drivers which touch different parts of teh kernel... not just the sdtandard "netfilter hook".

but a good book - and the best i currentrlty have on the kernel. also teh 4.4BSD design of book by mcKusick is excellent.

t

Linux Modules
by a non mouse on Thu 6th Nov 2003 20:52 UTC

What is a good book/tutorial for writing drivers/modules for Linux?

RE: Linux Modules
by Eugenia on Thu 6th Nov 2003 21:06 UTC

Here it is, it is free and online:
http://www.xml.com/ldd/chapter/book/
Unfortunately, that book is from 2001 though, this is why I also wanted Robert's book to feature some info about driver writing for the 2.6 kernel.

RE: Linux Modules
by Anonymous on Thu 6th Nov 2003 21:14 UTC

For device driver in 2.6, probably this one is what you really want:

http://lwn.net/Articles/driver-porting/

and it is free.


RE: Linux Modules
by a non mouse on Thu 6th Nov 2003 21:30 UTC

Thanks guys. BTW, Eugenia, thank you for all your journalism. I'm a regular here and I always enjoy your level-headed reviews and comments.

v Movin' on up!
by mabhatter on Fri 7th Nov 2003 03:42 UTC
amazing
by Swell on Fri 7th Nov 2003 19:25 UTC

i loved this book and thought it was amazing. i definitely recommend it.