Changes

Jump to: navigation, search

SYA710 Building a New Kernel

185 bytes added, 15:57, 19 October 2008
no edit summary
* create configuration (.config) file
** cd linux-2.6.26
** cp /proc/config.gz . (If this file does not exist, skip ahead to the alternate approach below.)** gzip -d config.gz** mv config .config
Alternate method of getting .config:## or if If the file /proc/config.gz does not exist on your system, you need to install kernel header....can get the required file by issuing the following commands:
## yum install kerneldevel
## cp /usr/src/kernels/2.6.23.1-42.fc8-x86_64/.config ./
** gzip -d config.gz
** mv config .config
** make oldconfig
* customize your configuration

Navigation menu