LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 664|回复: 1

安装2.6.0 kernel+mm1 patch

[复制链接]
发表于 2003-10-17 14:22:51 | 显示全部楼层 |阅读模式
今天看国外的slackware论坛,看到安装2.6.0+mm1补丁,觉得很有用,与是转过来了。
To compile 2.6.0-test6-mm1:

1. 从 http://www.kernel.org/pub/linux/ker...0-test6.tar.bz2 下载2.6的内核

2. 解压kernel:
code:
tar xjvf linux-2.6.0-test6.tar.bz2 -C /usr/src

3. 在这里改变LINUX目录符号连接
code:
rm /usr/src/linux
ln -s /usr/src/linux-2.6.0-test6 /usr/src/linux

4. 下载mm1补丁 http://www.kernel.org/pub/linux/ker...0-test6-mm1.bz2 放进 /usr/src/linux目录

5. 打补丁
code:
cd /usr/src/linux
bzcat 2.6.0-test6-mm1.bz2 |patch -p1

6. 开始配置kernel
code:
make menuconfig

7. 编译和安装
code:
make clean&&
make bzImage&&
make modules&&
cp arch/i386/boot/bzImage /boot/vmlinuz&&
rm -R /lib/modules/* &&
make modules_install &&
cp System.map /boot &&
lilo

8. 最后重新引导

That should be all... Note that that some soundcard in 2.6.0-test6 depends on the gameport-setting. If you don't find your soundcard in the alsa soundcard list, just try to enable the gameport and check the card list again.
发表于 2003-10-17 14:48:29 | 显示全部楼层
mm补丁是做甚么的,和bk一样不?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表