cd /usr
mkdir src
cd src
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.7.tar.gz
tar -zxvf linux-2.6.17.7.tar.gz
rm -f linux
ln -s linux-2.6.17.7 linux
cd linux
make menuconfig
make
make install
make modules_install
reboot
自己編譯kernel的大概步驟
所有跟帖:
• 這個live CD沒法玩,除非先做硬盤安裝 -tty- ♂ (0 bytes) () 07/31/2006 postreply 16:49:50
• 少了一步不是?最後要在grub或lilo中修改要引導的內核。 -yahoobb- ♀ (0 bytes) () 07/31/2006 postreply 19:38:17
• 當然,一般來說要把bzimage文件拷貝到相應的位置。 -yahoobb- ♀ (0 bytes) () 07/31/2006 postreply 19:49:38
• make install就是幹那個事情的 -tty- ♂ (0 bytes) () 07/31/2006 postreply 22:27:44
• 扯蛋!你裝一次gentoo試試! -yahoobb- ♀ (0 bytes) () 08/01/2006 postreply 00:08:38
• 會用redhat不算會用linux,追求易用的人用debian係列,高手用gentoo -yahoobb- ♀ (0 bytes) () 08/01/2006 postreply 00:12:00