15 December 2009

how to make linux kernel 2.6.32

Download Linux 2.6.32 source code from here.
Download the config file for 2.6.32 from here..

cd /usr/src/kernels
tar xjvf linux-2.6.32.tar.bz2
mv config.32 .config
make oldconfig
make
make modules_install
make install
noticeable changes:
Intel ATOM CPU Support
...

Reference:
/2009/10/make-mininal-linux-kernel-from-fedora.html