mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-01 07:26:04 +00:00
Update KERNEL.md
This commit is contained in:
parent
0ab45069e5
commit
5f8e7d5f99
@ -81,7 +81,7 @@ This process makes a "__.config__" file in the kernel source directory, this fil
|
|||||||
|
|
||||||
## CHANGING THE CONFIGURATION (OPTIONAL)
|
## CHANGING THE CONFIGURATION (OPTIONAL)
|
||||||
* Depending on your tastes this part can take minutes, hours, or days to enable proper options.
|
* 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 __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 __N__ (or a blank space in __menuconfig__) flag in kernel configuration will not build selected option.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user