mayfrost-guides

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

commit 280ef50c54241a11fb7958c9690ee0b44a0fb31d
parent ceee46876cdd1cce210beb3fba605b105cf74ae3
Author: mayfrost <mayfrost@cock.li>
Date:   Thu,  8 Nov 2018 12:42:09 -0300

Update KERNEL.md
Diffstat:
MKERNEL.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/KERNEL.md b/KERNEL.md @@ -8,7 +8,7 @@ Compiling a kernel has the advantage to make it as minimal and featureful as you --- ## TOC -1. [PREPARATIONS](#preparations) +1. [PREPARATIONS (OPTIONAL)](#preparations-optional) 2. [GETTING THE KERNEL SOURCE](#getting-the-kernel-source) 2.1. [OPTIONAL: Symlink](#optional-symlink) 2.2. [DOWNLOAD THE KERNEL SOURCE](#download-the-kernel-source) @@ -31,7 +31,9 @@ Compiling a kernel has the advantage to make it as minimal and featureful as you --- -## PREPARATIONS +## PREPARATIONS (OPTIONAL) +In this optional step you can take note what kernel modules are appropriate to turn on only the options you want and have a trimmed down kernel. + * To see which version the new kernel source is. `head /usr/src/linux/Makefile` * To see which version the kernel you are currently using is. @@ -49,8 +51,6 @@ Compiling a kernel has the advantage to make it as minimal and featureful as you * See information on your memory (not really necessary). `cat /proc/meminfo` -Take note what kernel modules are appropriate. - ## GETTING THE KERNEL SOURCE ### OPTIONAL: Symlink