commit 0ab45069e528fd571b6dc82c0d2f0d356dc76564 parent cb2d9bc1c82335831f263621038052c15d8f15d3 Author: mayfrost <mayfrost@cock.li> Date: Sat, 3 Mar 2018 19:15:24 +0000 Update KERNEL.md Diffstat:
| M | KERNEL.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/KERNEL.md b/KERNEL.md @@ -81,9 +81,9 @@ 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 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. +* The __Y__ (or "__*__" in __menuconfig__) flag in kernel configuration compiles options as part of __vmlinuz__. +* 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. * __OPTION 1__: Start a menu and browse options. Requires curses library but likely is already on your computer. Press "__H__" or "__?__" to see help. You can use the space bar to cycle between the available choices or press the appropriate key mentioned above. Pressing "__/__" to search for keywords. `make menuconfig`