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