Documentation

From Driver Backports Wiki
(Difference between revisions)
Jump to: navigation, search
Line 16: Line 16:
  
 
   * [[compat-drivers|compat-drivers documentation]]
 
   * [[compat-drivers|compat-drivers documentation]]
 +
 +
<h1>Hacking on the project</h1>
 +
 +
Read the [[Hacking|hacking documentation]].
 +
 +
<h2>TODO list</h2>
 +
 +
Read the [[Hacking#TODO|hacking TODO]] for a list of wish items we should be working towards.

Revision as of 20:48, 14 August 2012

This page is dedicated towards documentation to all backports components.

Contents

Backports components

There are currently two components to the backports effort.

compat

compat is a shared module / headers that implements newer features for usage on older kernels.

 * compat documentation

compat-drivers

compat-drivers is the framework that pulls code from the Linux kernel, adds the compat module and backports features that compat could not backport within its module / headers.

 * compat-drivers documentation

Hacking on the project

Read the hacking documentation.

TODO list

Read the hacking TODO for a list of wish items we should be working towards.

Personal tools