- 论坛徽章:
- 0
|
小弟刚编译了内核,重起后出现Uncompressing Linux... OK,booting the kernel
小弟的过程是这样的 下载 2.4.26. tar.bz2 patch-o-matic-ng-20040621 iptables-1.2.11.tar.bz2
解压后 cd /usr/src/
cd patch-o-matic-ng-20040621
#./runme base
之后cd linux-2.4.26
vi Makefiel
make menuconfig
make dep
make bzImage
make modules
make modules_install
cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.26-test
mkinitrd /boot/initrd-2.4.26-test.img 2.4.26-test
cp System.map /boot/System.map-2.4.26-test
修改grub
title redhat enterprise linux as3
root (hd0,0)
lernel /boot/vmlinuz-2.4.26-test ro root=lable=/
[ 本帖最后由 albcamus 于 2006-3-14 16:37 编辑 ] |
|