|
This is the web site for the book, Linux Kernel in a Nutshell, by
Greg Kroah-Hartman, published by
O'Reilly.
About
Audience
This book is intended to cover everything that is needed to know in order
to properly build, customize, and install the Linux kernel. No programming
experience is needed to understand and use this book.
Some familiarity with how to use Linux, and some basic command-line usage is expected of the reader. This book is not intended to go into the programming aspects of the Linux kernel; there are many other good books listed in the Bibliography that already cover this topic.
Secret Goal (i.e. why I wrote this book and am giving it away for free online)
I want this book to help bring more people into the Linux kernel development
fold. The act of building a customized kernel for your machine is one of the
basic tasks needed to become a Linux kernel developer. The more people that
try this out, and realize that there is not any real magic behind the whole
Linux kernel process, the more people will be willing to jump in and help out
in making the kernel the best that it can be.
License
This book is available under the terms of the
Creative Commons Attribution-ShareAlike 2.5 license.
That means that you are free to download and redistribute it. The development
of the book was made possible, however, by those who purchase a copy from
O'Reilly
or
elsewhere.
Kernel version
The book is current as of the 2.6.18 kernel release, newer kernel versions will cause some of the configuration items to move around and new configuration options will be added. However the main concepts in the book still remain for any kernel version released.
Downloads
The book is available for download in either PDF or DocBook format for the
entire book, or by the individual chapter. The entire history of the
development of the book (you too can see why the first versions of the book
were 1000 pages long) can be downloaded in a git repository.
Linux Kernel in a Nutshell chapter files:
Full Book Downloads:
git tree of the book source can be browsed at http://git2.kernel.org/git/?p=linux/kernel/git/gregkh/lkn.git. To clone this tree, run: git clone git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/lkn.git |
|