Difference between revisions of "Kernel Mainlining"

From eLinux.org
Jump to: navigation, search
(Add eudyptula challenge)
(add links to kernel howto and development-process docs)
Line 2: Line 2:
  
 
== General Resources ==
 
== General Resources ==
Greg KH has a great presentation about how the community work, with links to references for getting started:
+
 
 +
* [https://www.kernel.org/doc/Documentation/HOWTO Documentation/HOWTO] - kernel document describing how to code for the kernel and contribute
 +
* [https://www.kernel.org/doc/Documentation/development-process/ Documentation/development-process] - kernel documents describing the kernel development process
 +
 
 +
=== Presentations ===
 +
Greg KH has a great presentation about how the community works, with links to references for getting started:
 
* [https://github.com/gregkh/kernel-development/blob/master/kernel-development.pdf?raw=true Linux Kernel Development (pdf)]
 
* [https://github.com/gregkh/kernel-development/blob/master/kernel-development.pdf?raw=true Linux Kernel Development (pdf)]
  

Revision as of 14:12, 27 May 2014

This page has information for embedded developers about mainlining patches to the Linux kernel.

General Resources

Presentations

Greg KH has a great presentation about how the community works, with links to references for getting started:

Training, tutorials and challenges

Specific Projects