This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
stuff [2023/12/09 13:01] admin |
stuff [2025/02/03 17:10] (current) me |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | 1 | ||
- | |||
- | It's important to give to the toolchain used to build the kernel the location of the kernel source tree. Otherwise, even if the compilation runs perfectly, the installation may fail with errors about missing modules or parts. | ||
- | |||
- | The kernel source tree is specified through the KERNEL_TREE environment variable. It defaults to / | ||
- | |||
- | export KERNEL_TREE=/ | ||
- | |||
- | or define a symlink from / | ||
- | |||
- | ln -s / | ||
- | |||
- | Of course, replace / | ||
- | |||
- | make -j 32 bzImage modules && \ | ||
- | make -j 32 modules_install && \ | ||
- | cp -v arch/ | ||
- | |||
- | --------------------------------------------------------------------- | ||
- | slackpkg update | ||
- | slackpkg upgrade aaa_glibc-solibs | ||
- | slackpkg install-new | ||
- | slackpkg upgrade-all | ||
- | slackpkg clean-system | ||
- | ---------------------------------------------------------------------- | ||
- | build old kernel | ||
- | https:// | ||
- | ----------------------------------- | ||
- | |||
xrandr -q | xrandr -q | ||
Choose the name of the output you wish to change the resolution of, and: | Choose the name of the output you wish to change the resolution of, and: | ||
- | xrandr --output | + | <file c foo> |
----------------------------- | ----------------------------- | ||
Line 52: | Line 23: | ||
| | ||
- | {{: | + |