"defconfig" - x86 x86_64, , , . , Lenovo, - , bugzilla, .
, , , /boot. Fedora. " " " ", . U . , " apt-cache" Ubuntu 10.04 :
linux-headers-2.6.38 - Header files related to Linux kernel, specifically,
linux-libc-dev - Linux Kernel Headers for development
Ubuntu usually patched the kernel (kernel.org) to have its own kernel. If you loaded the stock kernel and tried to use the / boot configuration file (or sometimes you can find the currently loaded configuration file as /proc/config.gz, for example Backtrack Ubuntu based on 10.04 LTS), then u might need to do " make oldconfig "with the current configuration file named" .config ". "make oldconfig" will then use .config to create a new .config that is compatible with the kernel source.
source
share