View previous topic :: View next topic |
Author |
Message |
caputmanus n00b
Joined: 24 Dec 2024 Posts: 2
|
Posted: Tue Jan 21, 2025 10:20 am Post subject: Custom linux kernel |
|
|
I wanna use text editor for my kernel configuration because I found menuconfig (ppseudo-graphical) very unconvenient. How can I do that? |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54744 Location: 56N 3W
|
Posted: Tue Jan 21, 2025 11:02 am Post subject: |
|
|
caputmanus,
When you use a text editor to configure the kernel you usually end up with an illegal configuration that builds a broken kernel, or if you are lucky, fails to build.
The kernel .config settings are not independent.
The configure tools know this and take it into account as you work.
There are two issues ...
Some things depend on other things already being selected. They will be hidden if the Depends On: is not true.
Some things force other options on too. You will get that wrong with a text editor.
To search hidden options in menuconfig, press the 'z' key. This toggles the display of hidden options.
Now you can go to them and read the help, They still cannot be selected, until you make the Depends On: true.
The closest you can get to a text editor is but you won't like it. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1844 Location: Germany
|
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5329 Location: Bavaria
|
|
Back to top |
|
|
keekkenen n00b
Joined: 05 Oct 2024 Posts: 30
|
Posted: Tue Jan 21, 2025 3:46 pm Post subject: Re: Custom linux kernel |
|
|
caputmanus wrote: | I wanna use text editor for my kernel configuration because I found menuconfig (ppseudo-graphical) very unconvenient. How can I do that? |
You can kernel configure in graphical mode.
_________________ 7950x3d / x670e MSI Tomagawk / Sapphire RX 7800XT 16Gb / G.Skill 64Gb 5600 / A-Data Legend 960 2Tb (x2), A-Data SX8200PNP 256Gb |
|
Back to top |
|
|
|