This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
kernel_compiling [2010/10/05 18:56] aorth |
kernel_compiling [2011/04/07 08:12] (current) aorth [Get the kernel sources] |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ====== How to ====== | ====== How to ====== | ||
| ===== Get the kernel sources ===== | ===== Get the kernel sources ===== | ||
| - | http:// | + | The " |
| ===== Configure ====== | ===== Configure ====== | ||
| - | make | + | Shown here for kernel version " |
| + | < | ||
| sudo make modules_install | sudo make modules_install | ||
| - | sudo cp System.map / | + | sudo make install |
| - | sudo cp .config / | + | sudo mkinitramfs -o / |
| - | sudo cp arch/ | + | sudo update-grub</ |
| - | sudo mkinitramfs -o / | + | |
| - | sudo update-grub2 | + | |
| ====== Patch sets ====== | ====== Patch sets ====== | ||
| + | Some custom "patch sets" for the Linux kernel are available. | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||