Update KERNEL.md

This commit is contained in:
mayfrost 2018-12-29 20:57:17 -03:00 committed by GitHub
parent 67312bf0d6
commit b0cd9379ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ AUTOINSTALL="yes"
This section is also optional. There are cool patches for the kernel out there and here you'll find how to install them. You can find patch files on the Linux Kernel Mailing List https://lkml.org/. More patches are provided in other places. This section is also optional. There are cool patches for the kernel out there and here you'll find how to install them. You can find patch files on the Linux Kernel Mailing List https://lkml.org/. More patches are provided in other places.
Some available patches are: Some available patches are:
* __[Kernel_gcc_patch](https://github.com/graysky2/kernel_gcc_patch)__, enable gcc optimizations for additional CPUs. * __[Kernel_gcc_patch](https://github.com/graysky2/kernel_gcc_patch)__, enable gcc optimizations for additional CPUs.
* __[Ultra Kernel Samepage Merging](https://github.com/dolohow/uksm)__, RAM memory de-duplication reducing memory footprint. * __[UKSM](https://github.com/dolohow/uksm)__, RAM memory de-duplication reducing memory footprint, but opens side-channel attacks and is recommended to be used on systems disconnected from the network.
* __[Linux-rt](https://wiki.linuxfoundation.org/realtime/preempt_rt_versions)__, maximum latency and responsiveness, users claim avoids any hiccups and stalls. * __[Linux-rt](https://wiki.linuxfoundation.org/realtime/preempt_rt_versions)__, maximum latency and responsiveness, users claim avoids any hiccups and stalls.
* __[Liquorix](https://liquorix.net/sources/)__, kernel for desktop, multimedia, and gaming workloads. * __[Liquorix](https://liquorix.net/sources/)__, kernel for desktop, multimedia, and gaming workloads.
* __[linux-tiny](https://elinux.org/Linux_Tiny)__, reduce the memory and disk footprint (only for 2.6 and down, not updated). * __[linux-tiny](https://elinux.org/Linux_Tiny)__, reduce the memory and disk footprint (only for 2.6 and down, not updated).