I'm searching a good book about kernel 2.6.
I know Linux Device Drivers, but I need a book about kernel
internals.
Then I need another book about kernel for ARM.
For example I have to understand perfectly memory management in arm9 a
Cortex A8.
I'm searching a good book about kernel 2.6.
I know Linux Device Drivers, but I need a book about kernel
internals.
I recommend "Understanding the Linux Kernel" (3rd Edition = 2.6), by
Bovet and Cesati. It provides good overview, plus detailed drill-down
into data structures and algorithms. Machine-level code is x86, but
is limited to the few chapters where it is needed. Bovet and Cesati
in turn recommend "Linux Kernel Development" (2nd Edition) by Love as
a hardware-independent book. Bovet and Cesati report that "Some
readers suggest to read [Love] before attacking this book."