tar zxvf linux-2.6.25.tar.gz
cd linux-2.6.25
make mrproper
make oldconfig
make
su root
make modules_install
make install

인스톨이 완료된다. 심지어 다음과 같이 GRUB 설정까지도!

title Fedora Core (2.6.25)
        root (hd0,0)
        kernel /vmlinuz-2.6.25 ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.25.img

Reference:
http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html

Posted by 알 수 없는 사용자
,