|
 |
|
KERNEL PROGRAMMING BOOKS AND ARTICLE
This section of the books are dedicated to Linux Kernel Programming.Below are the books on kernel programming
and device driver .. it covers topic like process management .. memory management ...what does kernel do at startup ... system tuning and tips and trick to play with linux filesystem
|
|
|
| Linux Device Driver ,3rd Edition Jonathan Corbet,Alessandro Rubini
Linux Device Drivers is one of the best free online device driver ebook (Author: Jonathan Corbet
Alessandro Rubini Greg Kroah-Hartman) to understand device drivers.On the technical side, this text
should offer a hands-on approach to understanding the kernel internals and some of the design choices
made by the Linux developers. Although the main, official target of the book is teaching how to write
device drivers, the material should give an interesting overview of the kernel implementation as well |
|
|
|
| Linux Internal
This books cover the indepth knowlege on linux kernel . It is a comprehensive book to learn the kernel.
It covers memory management , process management then how to write drivers .. what does kernel do at startup
system tuning and tips and trick to play with linux filesystem |
|
|
|
| Linux Kernel in a Nutshell
This books is all about making you familar with kernel. It start from configuring linux kernel ..installing
linux kernel .. It is written by someone who spends every day building, configuring,
and installing custom kernels as part of the development process |
|
|
|
|
|
|
|
| |