Chinaunix首页 | 论坛 | 博客
  • 博客访问: 11492491
  • 博文数量: 48
  • 博客积分: 7017
  • 博客等级: 少将
  • 技术积分: 2073
  • 用 户 组: 普通用户
  • 注册时间: 2006-08-24 09:50
文章分类

全部博文(48)

文章存档

2011年(4)

2010年(15)

2009年(15)

2008年(14)

我的朋友

分类: LINUX

2010-10-21 14:53:53

内核编译:
下载在/usr/src/l文件下,解压后,做一个ln -s linux linux2.6.36的链接
A、内核编译步骤:
1、make mrproper 
2、make menuconfig  配置源码功能模块选项
3、make dep  设定依赖关系
4、make clean 确定源代码没有文件
5、make bzImage 编译内核
B、模块编译
6、make modules  编译模块
7、make modules_install  安装模块
8、 depmod -a   创建到模块的链接
C、更新内核:
cd /usr/src/linux
cp System.map /boot/System.map-2.6.36
cp arch/i386/boot/bzImage /boot/vmlinuz
new-kernel-pkg --mkinitrd --depmod --install 2.6.36  生成内核在/boot中执行

修改grub增加新内核启动:
vi /boot/grub/menu.lst
重启检查
阅读(1701) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~