标签:style blog http color io os ar 使用 sp
1、配置环境
操作系统:CentOS 5.2
下载linux-2.6.18版本的内核,网址:http://www.kernel.org
说明:该编译文档适合2.6.18以上的Linux内核版本,只需所编译的 Linux内核版本不能低于Linux操作系统自身的内核版本,不然会遇到很多问题;
2、开始编译
make menuconfig(这个比较常用)
或 make xconfig:图形化配置, 需要qt3
或 make oldconfig:将已有的 .config 放到源码根目录下后执行, 目的是为了复用之前的内核编译选项的配置;
或 make config
make modules_install
make install
为新内核创建一个ramdisk,否则系统不能引导;
mkinitrd /boot/initramfs-2.6.18.img 2.6.18
启动效果图:
解决办法:yum install glibc-static
http://www.360doc.com/content/13/1117/19/9206388_330036790.shtml
linux内核系列(一)编译安装Linux内核 2.6.18
标签:style blog http color io os ar 使用 sp
原文地址:http://www.cnblogs.com/jianyuan/p/4032263.html