mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a94736871e0005efbb89555cdaa13a047105f1cc
parent f0b8cd2d7ce06d1035d6f55f3384eb3fc6ee1a51
Author: mayfrost <mayfrost@cock.li>
Date:   Sat,  3 Mar 2018 19:47:42 +0000

Update KERNEL.md
Diffstat:
MKERNEL.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/KERNEL.md b/KERNEL.md @@ -188,7 +188,8 @@ To update modules automatically when changing a kernel use __DKMS__. Requires th --- ## KERNEL PATCH -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/. Other patches are provided in more 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. One such patches is: +* Enable gcc optimizations for additional CPUs: https://github.com/graysky2/kernel_gcc_patch ### PRELIMINARY STEPS * Go to kernel source tree.