Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:guides:kernel [2010/07/08 15:14] – external edit 127.0.0.1 | 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 |
| < | < | ||
| # tazpkg get-install linux-source | # tazpkg get-install linux-source | ||
| + | # / | ||
| # ls -l /usr/src | # ls -l /usr/src | ||
| lrwxrwxrwx | lrwxrwxrwx | ||
| Line 34: | 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 52: | Line 54: | ||
| < | < | ||
| # make menuconfig | # make menuconfig | ||
| - | # make bzImage | + | # make |
| # make modules | # make modules | ||
| # make modules_install | # make modules_install | ||
| - | # cp arch/ | + | # cp |
| </ | </ | ||
| - | * Configure the boot-loader | + | * Configure the bootloader |
| < | < | ||
| # leafpad / | # leafpad / | ||
| Line 64: | Line 66: | ||
| * Add the new kernel to the list | * Add the new kernel to the list | ||
| - | <code> | + | <file> |
| # My kernel: | # My kernel: | ||
| - | title SliTaz GNU/Linux (cooking) (Kernel | + | title SliTaz GNU/Linux (cooking) (Kernel |
| root (hd0,1) | root (hd0,1) | ||
| kernel / | kernel / | ||
| - | </code> | + | </file> |
| ---- | ---- | ||
| Line 75: | 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 | |
| \\ | \\ | ||
| ---- | ---- | ||
| + | |||