Great articles! Details on what the choices actually do. However I am trying to build
a gentoo kernel for the system rescue CD. Thus I already have a .config file from cat /proc/config.gz | gzip -d > .config that should be the starting point. However when I cheat (which has sometimes worked but not this time) and copy this in to the kernel source directory and then make menuconfig then make a change and save the config (because I think the real config file is somewhere in the kernel source directory not the .config file) the kernel make dies saying the selected CPU doesn't support the x86 instruction set (despite the CPU being x86 generic). Is there a proper way to set an existing .config file as the starting point for a config that I just don't know and google can't find (I sure hope so
)? I have mostly been a FreeBSD user and frankly much prefer the edit a simple text file in 5 minutes kernel config method in BSD. When the above didn't work I started from the patched kernel sources with no config file and ran menuconfig. In another window I ran menuconfig and loaded the running config from .config.cur with the load command. I have spent most of a day so far switching between windows and trying to make one config match the other so far with limited success
. So I'm hoping there is an easier way to do this
.
Peter Van Epp