From 5f8e7d5f99aed55d4838544a62fd0d58be4ce5bb Mon Sep 17 00:00:00 2001 From: mayfrost Date: Sat, 3 Mar 2018 19:16:40 +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 ae01ef3..68cce6e 100644 --- a/KERNEL.md +++ b/KERNEL.md @@ -81,7 +81,7 @@ This process makes a "__.config__" file in the kernel source directory, this fil ## CHANGING THE CONFIGURATION (OPTIONAL) * Depending on your tastes this part can take minutes, hours, or days to enable proper options. -* The __Y__ (or "__*__" in __menuconfig__) flag in kernel configuration compiles options as part of __vmlinuz__. +* The __Y__ (or "__*__" in __menuconfig__) flag in kernel configuration compiles options to be integrated into the kernel. * The __M__ flag in kernel configuration compiles options as separate modules. * The __N__ (or a blank space in __menuconfig__) flag in kernel configuration will not build selected option.