Size: 4377
Comment: Different documents describing Linux Kernel
|
Size: 6986
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Some existing links with information about different documents describing Linux Kernel. Information here is not guraranteed to be correct or up to date. Please add the documents you think should be present here. | Some existing links with information about different documents describing Linux Kernel. Information here is not guaranteed to be correct or up to date. Please add any documents you find useful. If the document is about a particular subsystem (e.g. memory, scheduler, etc), please add it to the [[Documentation/Subsystems|subsystems page]] instead. |
Line 3: | Line 3: |
* [http://www.kernelnewbies.org/documents/ipnetworking/linuxipnetworking.html Linux IP Networking] by Glenn Herrin A description of Linux 2.2's IP stack, with diagrams. * [http://www.kernelnewbies.org/documents/irclogs/ha.log High Availability] talk by Marcelo Tosatti IRC talk on high availability issues * [http://www.kernelnewbies.org/documents/irclogs/mm.log Memory Management] talk by Rik van Riel IRC talk on memory management * [http://www.kernelnewbies.org/documents/irclogs/netfilter.log Netfilter] talk by Harald Welte IRC talk on netfilter * [http://www.kernelnewbies.org/documents/kdoc/ Kerneldoc] by various contributors. Generated pdf/html files from the kernel source tree. |
== Local Pages By Subject == * [[KernelPodcast]] * [[Module]] |
Line 14: | Line 7: |
* DeviceIO book ([http://www.kernelnewbies.org/documents/kdoc/deviceiobook/doingio.html html] [http://www.kernelnewbies.org/documents/kdoc/deviceiobook.pdf pdf]) * Kernel-API ([http://www.kernelnewbies.org/documents/kdoc/kernel-api/linuxkernelapi.html html] [http://www.kernelnewbies.org/documents/kdoc/kernel-api.pdf pdf]) * Kernel-Hacking HOWTO ([http://www.kernelnewbies.org/documents/kdoc/kernel-hacking/lk-hacking-guide.html html] [http://www.kernelnewbies.org/documents/kdoc/kernel-hacking.pdf pdf]) * Kernel-Locking HOWTO ([http://www.kernelnewbies.org/documents/kdoc/kernel-locking/lklockingguide.html html] [http://www.kernelnewbies.org/documents/kdoc/kernel-locking.pdf pdf]) * Microchannel Book ([http://www.kernelnewbies.org/documents/kdoc/mcabook/mcaguide.html html] [http://www.kernelnewbies.org/documents/kdoc/mcabook.pdf pdf]) * Mousedriver Guide ([http://www.kernelnewbies.org/documents/kdoc/mousedrivers/mouseguide.html html][http://www.kernelnewbies.org/documents/kdoc/mousedrivers.pdf pdf]) * Parport Book ([http://www.kernelnewbies.org/documents/kdoc/parportbook/parportguide.html html] [http://www.kernelnewbies.org/documents/kdoc/parportbook.pdf pdf]) * Procfs Guide ([http://www.kernelnewbies.org/documents/kdoc/procfs-guide/lkprocfsguide.html html] [http://www.kernelnewbies.org/documents/kdoc/procfs-guide.pdf pdf]) * SiS900 Guide ([http://www.kernelnewbies.org/documents/kdoc/sis900/sis900guide.html html] [http://www.kernelnewbies.org/documents/kdoc/sis900.pdf pdf]) * Tulip-User ([http://www.kernelnewbies.org/documents/kdoc/tulip-user/tulipuserguide.html html] [http://www.kernelnewbies.org/documents/kdoc/tulip-user.pdf pdf]) * VIA-Audio Guide ([http://www.kernelnewbies.org/documents/kdoc/via-audio/viaaudioguide.html html] [http://www.kernelnewbies.org/documents/kdoc/via-audio.pdf pdf]) * Video4Linux Book ([http://www.kernelnewbies.org/documents/kdoc/videobook/v4lguide.html html] [http://www.kernelnewbies.org/documents/kdoc/videobook.pdf pdf]) * WAN Book ([http://www.kernelnewbies.org/documents/kdoc/wanbook/wanguide.html html] [http://www.kernelnewbies.org/documents/kdoc/wanbook.pdf pdf]) * Z8530 Book ([http://www.kernelnewbies.org/documents/kdoc/z8530book/z85230guide.html html] [http://www.kernelnewbies.org/documents/kdoc/z8530book.pdf pdf]) |
== Collection of online docs == * [[http://www.dit.upm.es/~jmseyas/linux/kernel/hackers-docs.html]] . Index of Documentation for People Interested in Writing and/or Understanding the Linux Kernel. * [[/Kernel-Docbooks]] The Docbooks of the Linux-Kernel as PDF |
Line 29: | Line 13: |
* [http://www.kernelnewbies.org/documents/schedule Scheduling in UNIX and Linux.] A short and incomplete introduction to how tasks interact with the kernel. * [http://www.kernelnewbies.org/documents/copy_user Copy from/to user-space implementation.] A description of the x86 copy_from/to_user() core code. * [http://www.kernelnewbies.org/documents/kernel-in-cvs/ Putting kernel sources in CVS by Erik Mouw.] How to use CVS to manage your kernel sources. * [http://www.kernelnewbies.org/documents/videochar.txt Printing debug info without printk by Keith Owens.] Directly renders to screen bypassing limitations of printk (such as early in the boot sequence) * [http://www.kernelnewbies.org/documents/initcall/ Understanding The Linux Kernel Initcall Mechanism by Trevor Woerner.] How module_init() and friends work. * [http://www.kernelnewbies.org/documents/seq_file_howto.txt seq_file HOWTO by Randy Dunlap] Describes the seq_file API, used for outputting information via /proc. |
== Articles == * WritingPortableDrivers by Greg KH. . How to write portable device drivers. * /DebugWithoutPrintk Printing debug info without printk by Keith Owens. . Directly renders to screen bypassing limitations of printk (such as early in the boot sequence) * UpstreamMerge by RikvanRiel. . The why and how of merging code into the upstream kernel. * [[ABI]] explanation of ELF format * DocumentationRepository links to some documentation * EmbeddedKernel how to set up an embedded kernel * WorkstationKernel how to set up a workstation kernel * [[Emulators]] links to emulators that are useful for kernel development * KernelExtensions about kernel extensions * [[KernelHacking-HOWTO/Introduction]] site about kernel hacking == Presentations == * /HighAvailability High Availability talk by Marcelo Tosatti . IRC talk on high availability issues * [[http://www.nuvolinux.org/EN|www.nuvolinux.org/EN]] A documentation project about the Linux kernel. (English version) * [[http://www.nuvolinux.org/IT|www.nuvolinux.org/IT]] Progetto di documentazione sul kernel Linux. (Italian version) A number of good dead tree books are available, covering Linux 2.4 and Linux 2.6, as well as particular kernel subsystems. There also exist a number of generic programming references which are particularly useful from a kernel programming viewpoint. This page contains references to these and other texts along with their corresponding ISBN and publisher details. Click on a book for reader feedback and reviews. = Up-to-date books = * '''Essential Linux Device Drivers''' by Sreekrishnan Venkateswaran see [[http://www.pearson.ch/Informatik/PrenticeHall/1471/9780132396554/Essential-Linux-Device-Drivers.aspx]] * '''Linux Kernel in a Nutshell''' by Greg Kroah-Hartman, http://www.kroah.com/lkn/, online: [[http://www.linuxtopia.org/online_books/linux_kernel/kernel_configuration/|html]] * about configuring, building, installing, upgrading the kernel * '''Linux Device Drivers''' 3rd Edition, 2005, by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman, [[http://www.oreilly.com/catalog/linuxdrive3/|O'Reilly Reference]], online: [[http://lwn.net/Kernel/LDD3/|pdf]] ,[[http://www.makelinux.net/ldd3/|html]] * This book is a '''must read''' for device driver writing, and more generally, a good understanding of the Linux kernel subsystems involved with device driver writing. Topics such as building modules, debugging techniques, character device drivers, block device drivers, network device drivers, PCI subsystem, USB subsystem, concurrency and race conditions, time and memory management are covered by this book. * '''Linux Kernel Development''' 2nd Edition, by Robert Love (Novell Press, ISBN : 0-672-32720-1) see [[http://www.novell.com/training/books/book.html?book=bookDev&val=5|Novell Press Reference]] * This book is more general than ''Linux Device Drivers'', and covers more parts of the kernel: scheduling, virtual memory management, etc. * '''Understanding The Linux Kernel''' 3rd Edition (O'Reilly and associates. ISBN: 0-596-00565-2) * This book is more general than ''Linux Device Drivers'', and covers more parts of the kernel: scheduling, virtual memory management, etc. * '''Understanding The Linux Virtual Memory Manager''', by Mel Gorman (Prentice Hall, ISBN 0131453483) * available online, see [[http://www.phptr.com/content/images/0131453483/downloads/gorman_book.pdf|Understand The Linux Virtual Memory Manager, online]] * This book is specifically dedicated to the virtual memory manager of the Linux kernel, and so goes into deep details about the internals of this important but complex subsystem of the kernel. It clearly is a must read for the ones interested in memory management. * '''Porting device drivers to 2.6''', by Jonathan Corbet * available online, see [[http://lwn.net/Articles/driver-porting/|Driver Porting, on LWN]] * Not really a book, but it is so complete and interesting that it can be considered as such. * [[KernelBooks/ULNI|Understanding Linux Network Internals]] 1st Edition, 2005 (O'Reilly, ISBN 0-596-00255-6) * covers linux kernel 2.6 * see [[http://lwn.net/Articles/168894/|LWN.net review]] and [[http://www.amazon.com/gp/product/0596002556|Amazon.com reviews]] * '''The Linux Kernel Primer: A Top-Down Approach for x86 and PowerPC Architectures''', by Claudia Salzberg Rodriguez, Gordon Fischer, Steven Smolski (Prentice Hall PTR, 2005/7/19) * Covers 2.6 with a focus on i386 and PPC architectures * Code walkthrough * [[http://www.makelinux.net/kernel_map_poster|Linux kernel poster]] = Older books = * LinuxDeviceDrivers 2nd Edition (O\'Reilly and associates. ISBN: 0-596-00008-1) * covers linux kernel 2.4 * also available in electronic form, see [[http://www.xml.com/ldd/chapter/book/index.html|Linux Device Drivers 2 online ]] * UnderstandingTheLinuxKernel 2nd Edition (O\'Reilly and associates. ISBN: 0-596-00213-0) see [[UnderstandingTheLinuxKernel|O\'Reilly Reference]] * covers linux kernel 2.4 == External links == * [[http://en.wikipedia.org/wiki/Linux_kernel|Wikipedia article about the Linux kernel]] - some history and background * [[http://www.ibm.com/developerworks/linux/library/l-linux-kernel/|Anatomy of the Linux kernel]] - short and valuable introduction to internals of the kernel * [[http://www.makelinux.net/kernel_map|Interactive Linux Kernel Map]] and [[http://www.makelinux.net/kernel_map_poster|poster]] - Have a look at Linux kernel source from a bird's eye view. * [[http://tldp.org/HOWTO/KernelAnalysis-HOWTO.html|KernelAnalysis-HOWTO]] * [[http://lxr.linux.no/linux|Linux Cross Reference]] - browse the source online * [[http://www.lingrok.org/source/|LinGrok]] - another cross reference of development git trees * explore more documentation at [[http://www.makelinux.net/reference|Linux Technology Reference]] * [[http://tldp.org/HOWTO/Kernel-HOWTO/|Compiling the Linux kernel]] or [[http://www.osnews.com/story.php?news_id=443|OS News Article]]<<BR>> * http://lkml.org/ - the linux-kernel mailing list archives * From basic to advanced Linux Kernel articles (outdated) http://whatisthekernel.blogspot.com/ ---- . CategoryDocs |
Some existing links with information about different documents describing Linux Kernel. Information here is not guaranteed to be correct or up to date. Please add any documents you find useful. If the document is about a particular subsystem (e.g. memory, scheduler, etc), please add it to the subsystems page instead.
Local Pages By Subject
Collection of online docs
http://www.dit.upm.es/~jmseyas/linux/kernel/hackers-docs.html
- Index of Documentation for People Interested in Writing and/or Understanding the Linux Kernel.
- The Docbooks of the Linux-Kernel as PDF
Articles
WritingPortableDrivers by Greg KH.
- How to write portable device drivers.
/DebugWithoutPrintk Printing debug info without printk by Keith Owens.
- Directly renders to screen bypassing limitations of printk (such as early in the boot sequence)
- The why and how of merging code into the upstream kernel.
ABI explanation of ELF format
DocumentationRepository links to some documentation
EmbeddedKernel how to set up an embedded kernel
WorkstationKernel how to set up a workstation kernel
Emulators links to emulators that are useful for kernel development
KernelExtensions about kernel extensions
KernelHacking-HOWTO/Introduction site about kernel hacking
Presentations
/HighAvailability High Availability talk by Marcelo Tosatti
- IRC talk on high availability issues
www.nuvolinux.org/EN A documentation project about the Linux kernel. (English version)
www.nuvolinux.org/IT Progetto di documentazione sul kernel Linux. (Italian version)
A number of good dead tree books are available, covering Linux 2.4 and Linux 2.6, as well as particular kernel subsystems. There also exist a number of generic programming references which are particularly useful from a kernel programming viewpoint. This page contains references to these and other texts along with their corresponding ISBN and publisher details. Click on a book for reader feedback and reviews.
Up-to-date books
Essential Linux Device Drivers by Sreekrishnan Venkateswaran see http://www.pearson.ch/Informatik/PrenticeHall/1471/9780132396554/Essential-Linux-Device-Drivers.aspx
Linux Kernel in a Nutshell by Greg Kroah-Hartman, http://www.kroah.com/lkn/, online: html
- about configuring, building, installing, upgrading the kernel
Linux Device Drivers 3rd Edition, 2005, by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman, O'Reilly Reference, online: pdf ,html
This book is a must read for device driver writing, and more generally, a good understanding of the Linux kernel subsystems involved with device driver writing. Topics such as building modules, debugging techniques, character device drivers, block device drivers, network device drivers, PCI subsystem, USB subsystem, concurrency and race conditions, time and memory management are covered by this book.
Linux Kernel Development 2nd Edition, by Robert Love (Novell Press, ISBN : 0-672-32720-1) see Novell Press Reference
This book is more general than Linux Device Drivers, and covers more parts of the kernel: scheduling, virtual memory management, etc.
Understanding The Linux Kernel 3rd Edition (O'Reilly and associates. ISBN: 0-596-00565-2)
This book is more general than Linux Device Drivers, and covers more parts of the kernel: scheduling, virtual memory management, etc.
Understanding The Linux Virtual Memory Manager, by Mel Gorman (Prentice Hall, ISBN 0131453483)
available online, see Understand The Linux Virtual Memory Manager, online
- This book is specifically dedicated to the virtual memory manager of the Linux kernel, and so goes into deep details about the internals of this important but complex subsystem of the kernel. It clearly is a must read for the ones interested in memory management.
Porting device drivers to 2.6, by Jonathan Corbet
available online, see Driver Porting, on LWN
- Not really a book, but it is so complete and interesting that it can be considered as such.
Understanding Linux Network Internals 1st Edition, 2005 (O'Reilly, ISBN 0-596-00255-6)
- covers linux kernel 2.6
see LWN.net review and Amazon.com reviews
The Linux Kernel Primer: A Top-Down Approach for x86 and PowerPC Architectures, by Claudia Salzberg Rodriguez, Gordon Fischer, Steven Smolski (Prentice Hall PTR, 2005/7/19)
- Covers 2.6 with a focus on i386 and PPC architectures
- Code walkthrough
Older books
LinuxDeviceDrivers 2nd Edition (O\'Reilly and associates. ISBN: 0-596-00008-1)
- covers linux kernel 2.4
also available in electronic form, see Linux Device Drivers 2 online
UnderstandingTheLinuxKernel 2nd Edition (O\'Reilly and associates. ISBN: 0-596-00213-0) see O\'Reilly Reference
- covers linux kernel 2.4
External links
Wikipedia article about the Linux kernel - some history and background
Anatomy of the Linux kernel - short and valuable introduction to internals of the kernel
Interactive Linux Kernel Map and poster - Have a look at Linux kernel source from a bird's eye view.
Linux Cross Reference - browse the source online
LinGrok - another cross reference of development git trees
explore more documentation at Linux Technology Reference
http://lkml.org/ - the linux-kernel mailing list archives
From basic to advanced Linux Kernel articles (outdated) http://whatisthekernel.blogspot.com/