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
b5681414fe
commit
2993da8141
@ -91,14 +91,14 @@ This process makes a "__.config__" file in the kernel source directory, this fil
|
|||||||
* 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.
|
||||||
|
|
||||||
* __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.
|
__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`
|
`make menuconfig`
|
||||||
__NOTE__: Remember to save the configuration if you are using menuconfig to generate the "_.config_" file.
|
__NOTE__: Remember to save the configuration if you are using menuconfig to generate the "_.config_" file.
|
||||||
|
|
||||||
* __OPTION 2__: Will make questions on what kernel options to support when it finds new kernel options not marked on an existing config file (takes time and and if you are using a striped down config file it requires you knowledge).
|
__OPTION 2__: Will make questions on what kernel options to support when it finds new kernel options not marked on an existing config file (takes time and and if you are using a striped down config file it requires you knowledge).
|
||||||
`make oldconfig`
|
`make oldconfig`
|
||||||
|
|
||||||
* __OPTION 3__: Will fill questions with default answers on what kernel options to support beyond your provided config file.
|
__OPTION 3__: Will fill questions with default answers on what kernel options to support beyond your provided config file.
|
||||||
`make olddefconfig`
|
`make olddefconfig`
|
||||||
|
|
||||||
## COMPILATION
|
## COMPILATION
|
||||||
|
Loading…
Reference in New Issue
Block a user