Looking for a good book on the linux kernel internals.
Which book is better: "Linux Device Drivers" or "Linux Kernel." I've heard both are very good.
How do they differ?
Thanks KaL
|
Looking for a good book on the linux kernel internals. Which book is better: "Linux Device Drivers" or "Linux Kernel." I've heard both are very good. How do they differ? Thanks KaL |
|||||||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
As the title suggests, one is about the whole kernel, the other goes more into details about device drivers. Both date back a while though, so you might want to check out Jacobo's recommendation too. |
|||
|
|
|
A third edition of Linux Kernel Development by Robert Love, published by Addison-Wesley came out last year. It might be worth looking at, since the information in it is more up to date than the other books. |
|||
|
|
|
Linux Device Drivers 3rd ed. is a great book to learn from, but it is now dated. It does teach you much about how the kernel works. If you want to get into driver development, Essential Linux Device Drivers is more current. I like it better as a reference, but it is harder to follow for someone just getting into driver development. |
|||
|
|