Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:guides:kernel [2011/01/06 20:40] – Include /usr/bin/get-linux-source command. woodt | en:guides:kernel [2025/07/02 14:55] (current) – hgt | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| - | * Install the slitaz-toolchain | + | * Install the meta package |
| * binutils | * binutils | ||
| * linux-headers | * linux-headers | ||
| Line 24: | Line 24: | ||
| </ | </ | ||
| - | * SliTaz provides | + | * SliTaz provides |
| < | < | ||
| Line 35: | Line 35: | ||
| </ | </ | ||
| - | ===== Configure | + | ===== Configuration |
| - | The Linux kernel | + | The Linux kernel |
| + | |||
| + | * Change working directory to the kernel source tree directory. | ||
| - | * Go to the directory that contains the kernel source tree. | ||
| < | < | ||
| # cd / | # cd / | ||
| </ | </ | ||
| - | * Prepare | + | * Preparing |
| < | < | ||
| # make oldconfig && make prepare | # make oldconfig && make prepare | ||
| Line 56: | Line 57: | ||
| # make modules | # make modules | ||
| # make modules_install | # make modules_install | ||
| - | # cp arch/ | + | # cp |
| </ | </ | ||
| - | * Configure the boot-loader | + | * Configure the bootloader |
| < | < | ||
| # leafpad / | # leafpad / | ||
| Line 67: | Line 68: | ||
| < | < | ||
| # My kernel: | # My kernel: | ||
| - | title SliTaz GNU/Linux (cooking) (Kernel | + | title SliTaz GNU/Linux (cooking) (Kernel |
| root (hd0,1) | root (hd0,1) | ||
| kernel / | kernel / | ||
| Line 76: | Line 77: | ||
| ^ Page Review Section | ^ Page Review Section | ||
| |Quality| Medium | |Quality| Medium | ||
| - | |Review| Minor/Major Updates | + | |Review| Minor and Major Updates |
| |Priority| Medium | | |Priority| Medium | | ||
| |Problems| add a [[http:// | |Problems| add a [[http:// | ||
| |::: | OR add a [[http:// | |::: | OR add a [[http:// | ||
| + | |::: | Bootloader configuration is described for old version of GRUB only | | ||
| |How to Improve| Add " | |How to Improve| Add " | ||
| - | |::: | | | + | |::: | Bootloader configuration should be adapted to GRUB2 | |
| \\ | \\ | ||
| ---- | ---- | ||
| + | |||