kernel_config va menuconfig


 
Thread Tools Search this Thread
Operating Systems Linux kernel_config va menuconfig
# 1  
Old 05-21-2010
kernel_config va menuconfig

I have come accross kernel_config a number of times.I cant understand how it is different frm menuconfig.The latter configures (enables/disables) modules for kernel.

I have read that kernel_config goes to kernel source and does a make menuconfig.
If that is so,then what exactly is the difference betw kernel_config and make menuconfig.
Please suggest a link .I have tried a lot ,I could not find any..
# 2  
Old 05-21-2010
Whatever kernel_config is, it's not something that comes with my kernel, is a target in my kernel's makefile, nor is it installed on my system. Perhaps it's something specific to your distro, or perhaps there's a misunderstanding of terms -- are they telling you to run kernel_config, or are they telling you to use your kernel's config?
# 3  
Old 05-21-2010
Quote:
Originally Posted by akaash1087
I have come accross kernel_config a number of times.I cant understand how it is different frm menuconfig.The latter configures (enables/disables) modules for kernel.

I have read that kernel_config goes to kernel source and does a make menuconfig.
If that is so,then what exactly is the difference betw kernel_config and make menuconfig.
Please suggest a link .I have tried a lot ,I could not find any..
Hello akaash,

kernel_config does seem to be implementation/distro dependant as pointed by corona. It has to be a script that explicitly calls make menuconfig or other targets in a predefined sequence. If you can locate the script (use find in your path) then paste the script.

Regards,
gaurav.
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

"menuconfig" utility in Linux

Hello All, I have a Kconfig file which contains configuration flags which will be set according to product.When you run "mconf" on Kconfig file you get a window where you can load default configuration file. My questions is that, Can we do this thing in shell script ? Is there... (1 Reply)
Discussion started by: anand.shah
1 Replies
Login or Register to Ask a Question