From ff2144adc13539356c39070f49679e1d2a703807 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Sat, 3 Mar 2018 09:39:59 +0000 Subject: [PATCH] Update KERNEL.md --- KERNEL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KERNEL.md b/KERNEL.md index 92a84f9..f7c15cf 100644 --- a/KERNEL.md +++ b/KERNEL.md @@ -62,7 +62,7 @@ Get latest kernel from kernel.org ## GENERATING A CONFIGURATION FILE -This process makes a "__.config__" file in the kernel source directory determines which drivers are built and other support. There are three options here, turn on only the minimal set of options you need. +This process makes a "__.config__" file in the kernel source directory, this file determines which drivers are built and other support. There are three options here, you can turn on only the minimal set of options you need. * __OPTION 1__: Use the config file of another kernel or the current system. `cp -v /boot/config-$(uname -r) .config`