MCProxy

Changes between Version 1 and Version 2 of walkthrough


Ignore:
Timestamp:
01/30/12 15:26:27 (12 years ago)
Author:
woelke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • walkthrough

    v1 v2  
    11= Kernel Compilation Walkthrough =
     2
     3This script is an example how to kompile the Linux kernel 3.0.0-13.
     4
     5 1. Add first we have to download a linux-image
     6{{{
     7versn="3.0.0"
     8vers="13"
     9ktype="variante"
     10apt-get source linux-image-$versn-$vers-$ktype
     11}}}