1
edit
Changes
→Building a New Kernel
* create configuration (.config) file
** cd linux-2.6.26
** cp /proc/config.gz . ## or if you need to install kernel header....## yum install kerneldevel## cp /usr/src/kernels/2.6.23.1-42.fc8-x86_64/.config ./
** gzip -d config.gz
** mv config .config