8.Conclusion 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. 8: FOR MORE INFORMATION
  2. There are numerous sources of information on Linux kernel development and
  3. related topics. First among those will always be the Documentation
  4. directory found in the kernel source distribution. The top-level HOWTO
  5. file is an important starting point; SubmittingPatches and
  6. SubmittingDrivers are also something which all kernel developers should
  7. read. Many internal kernel APIs are documented using the kerneldoc
  8. mechanism; "make htmldocs" or "make pdfdocs" can be used to generate those
  9. documents in HTML or PDF format (though the version of TeX shipped by some
  10. distributions runs into internal limits and fails to process the documents
  11. properly).
  12. Various web sites discuss kernel development at all levels of detail. Your
  13. author would like to humbly suggest http://lwn.net/ as a source;
  14. information on many specific kernel topics can be found via the LWN kernel
  15. index at:
  16. http://lwn.net/Kernel/Index/
  17. Beyond that, a valuable resource for kernel developers is:
  18. http://kernelnewbies.org/
  19. And, of course, one should not forget http://kernel.org/, the definitive
  20. location for kernel release information.
  21. There are a number of books on kernel development:
  22. Linux Device Drivers, 3rd Edition (Jonathan Corbet, Alessandro
  23. Rubini, and Greg Kroah-Hartman). Online at
  24. http://lwn.net/Kernel/LDD3/.
  25. Linux Kernel Development (Robert Love).
  26. Understanding the Linux Kernel (Daniel Bovet and Marco Cesati).
  27. All of these books suffer from a common fault, though: they tend to be
  28. somewhat obsolete by the time they hit the shelves, and they have been on
  29. the shelves for a while now. Still, there is quite a bit of good
  30. information to be found there.
  31. Documentation for git can be found at:
  32. http://www.kernel.org/pub/software/scm/git/docs/
  33. http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
  34. 9: CONCLUSION
  35. Congratulations to anybody who has made it through this long-winded
  36. document. Hopefully it has provided a helpful understanding of how the
  37. Linux kernel is developed and how you can participate in that process.
  38. In the end, it's the participation that matters. Any open source software
  39. project is no more than the sum of what its contributors put into it. The
  40. Linux kernel has progressed as quickly and as well as it has because it has
  41. been helped by an impressively large group of developers, all of whom are
  42. working to make it better. The kernel is a premier example of what can be
  43. done when thousands of people work together toward a common goal.
  44. The kernel can always benefit from a larger developer base, though. There
  45. is always more work to do. But, just as importantly, most other
  46. participants in the Linux ecosystem can benefit through contributing to the
  47. kernel. Getting code into the mainline is the key to higher code quality,
  48. lower maintenance and distribution costs, a higher level of influence over
  49. the direction of kernel development, and more. It is a situation where
  50. everybody involved wins. Fire up your editor and come join us; you will be
  51. more than welcome.