Difference between revisions of "CM-iGT: Linux: Kernel"
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
− | The current release is based on a generic Ubuntu kernel 3. | + | The current release is based on a generic Ubuntu kernel 3.16.0 with a few modifications made by CompuLab. |
The package include the following: | The package include the following: | ||
− | * linux_3. | + | * linux_3.16.0.orig.tar.gz - mainline Linux 3.16.0 sources |
− | * linux_3. | + | * linux_3.16.0-51.69.diff - Ubuntu patch |
− | * compulab.cm-igt.diff - CompuLab patch | + | * compulab.3.16.0-cm-igt.diff - CompuLab patch |
− | * config-3. | + | * config-3.16.0-51-compulab.cm-igt - CompuLab config file |
* Resulting .deb files are also included | * Resulting .deb files are also included | ||
== Development == | == Development == | ||
− | + | The kernel can be recompiled with necessary changes as described on [[Linux: Kernel development for x86 modules | Kernel development for x86 modules]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[CM-iGT: Linux: Getting started|Getting started with Linux on CM-iGT]] | * [[CM-iGT: Linux: Getting started|Getting started with Linux on CM-iGT]] | ||
* [[CM-iGT: Linux: Mint|Linux Mint for CM-iGT]] | * [[CM-iGT: Linux: Mint|Linux Mint for CM-iGT]] | ||
+ | * [[CM-iGT_Linux|Linux for CM-iGT]] | ||
[[Category:Linux |Kernel]] | [[Category:Linux |Kernel]] | ||
− | [[Category:CM- | + | [[Category:CM-iGT |Linux: Kernel]] |
Latest revision as of 13:31, 29 October 2015
Overview
The current release is based on a generic Ubuntu kernel 3.16.0 with a few modifications made by CompuLab. The package include the following:
- linux_3.16.0.orig.tar.gz - mainline Linux 3.16.0 sources
- linux_3.16.0-51.69.diff - Ubuntu patch
- compulab.3.16.0-cm-igt.diff - CompuLab patch
- config-3.16.0-51-compulab.cm-igt - CompuLab config file
- Resulting .deb files are also included
Development
The kernel can be recompiled with necessary changes as described on Kernel development for x86 modules