[root@localhost /]# uname -r
2.6.18-128.1.6.el5xen
tar -xvzf linux-2.6.29.3.tar.gz
[root@localhost kernels]# ln -s linux-2.6.29.3 linux
cd linux
make mrproper
make dep
make clean
make bzImage #避免编译出来的内核过大
或
make zImage #编译后出来的内核大
Root device is (8, 7)
Setup is 12812 bytes (padded to 13312 bytes).
System is 2193 kB
CRC 2b8a03b2
Kernel: arch/x86/boot/bzImage is ready (#1)
make modules
make modules_install
/sbin/depmod -a
cd /usr/src/linux
cp System.map /boot/System.map-2.6.29.3
cp arch/i386/boot/bzImage /boot/linuz-2.6.29
new-kernel-pkg --mkinitrd --depmod --install 2.6.29
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |