Contents
Where is kernel config stored?
You can look at /proc/config. gz if you’re in luck, it will be there. If you have the kernel source, it’s worth having a look at /arch/arm/configs – most Android kernel’s I’ve seen will have the default config for your CPU and you can start from there.
Where is configuration file stored in Linux?
The /etc hierarchy contains configuration files. A “configuration file” is a local file used to control the operation of a program; it must be static and cannot be an executable binary. It is recommended that files be stored in subdirectories of /etc rather than directly in /etc .
How do I view a conf file in Linux?
1. Open the “Terminal” program and open Orchid’s configuration file using the following command: gksudo gedit /etc/opt/orchid_server. properties.
How Save conf file in Linux?
To save the file, type :w in command mode. To quit the editor, type :q in command mode. To combine the above actions type :wq to save and quit simultaneously.
Where do I find the kernel configuration file?
There is a wide range of kernel configuration items that can be selected prior to the build phase. The build system is controlled by the contents of a .config file in the root directory of the kernel tree. The configuration file itself can be generated by issuing the make menuconfig command. The configuration items can be selected using
Where do I find the linux config file?
Your new one is .config at the top level of your kernel source tree. It may also get installed to /boot/config-3.0.7 or similar, depending. Unfortunately, there is no .config file on /usr/src/linux-3.0.7 directory. On /boot there is only config-2.6.32 file.
What should I do before compiling the Linux kernel?
Before the kernel is compiled, it must be configured properly. Mostly we will be using the default configuration, but we will change a few things. Kernel configuration is possible via a user interface which allows you to select the features that you want include in the new kernel.
Where can I get the Linux kernel source?
Obtaining Kernel Source through ‘yum’: There are yum utilities which will download the LATEST kernel source. Install the SRC.RPM file and Prepare source: Install the kernel.src.rpm that you chose to install in the previous steps. Look in /usr/src/redhat/BUILD/kernel-2.6.20/linux-2.6.20.i686/ for the source.