Blame view

Documentation/development-process/development-process.rst 811 Bytes
dca22a63f   Mauro Carvalho Chehab   docs-rst: add int...
1
  .. _development_process_main:
f7c9fe4b1   Mauro Carvalho Chehab   doc: development-...
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  A guide to the Kernel Development Process
  =========================================
  
  Contents:
  
  .. toctree::
     :numbered:
     :maxdepth: 2
  
     1.Intro
     2.Process
     3.Early-stage
     4.Coding
     5.Posting
     6.Followthrough
     7.AdvancedTopics
     8.Conclusion
  
  The purpose of this document is to help developers (and their managers)
  work with the development community with a minimum of frustration.  It is
  an attempt to document how this community works in a way which is
  accessible to those who are not intimately familiar with Linux kernel
  development (or, indeed, free software development in general).  While
  there is some technical material here, this is very much a process-oriented
  discussion which does not require a deep knowledge of kernel programming to
  understand.