** Italian **
Versione LTS del linux-zen kernel (repository ufficiale https://github.com/zen-kernel/zen-kernel) con in più la patch additional_cpu_optimizations
Se vuoi scaricare questo repo e rimanere aggiornato con tutte le modifiche digita su terminale:
git clone https://github.com/loxdegio/linux-zen-lts
** English **
LTS version of linux-zen kernel (official repository https://github.com/zen-kernel/zen-kernel) adding additional_cpu_optimizations patch
If you want to download and keep upgraded this repo type on terminal:
git clone https://github.com/loxdegio/linux-zen-lts
-
If you have Debian, Ubuntu, Mint or other Debian-based distro follow the Debian-way:
EN: https://help.ubuntu.com/community/Kernel/Compile IT: http://wiki.ubuntu-it.org/AmministrazioneSistema/CompilazioneKernel
-
If you have RHEL, CentOS, Fedora, SUSE or another enterprise linux based distros you can follow the SUSE-way:
EN: https://www.suse.com/communities/conversations/compiling-de-linux-kernel-suse-way/
-
If you have Arch Linux you might already know how to compile a kernel, but I'll give you also the Arch-way:
EN: https://wiki.archlinux.org/index.php/Kernels/Compilation/Traditional IT: https://wiki.archlinux.org/index.php/Kernels/Compilation/Traditional_%28Italiano%29
-
If you have Gentoo you should know hot to compile a custom kernel ;)