当前位置: 技术问答>linux和unix
我现在要重新编译内核,要怎样才能保留原来的内核
来源: 互联网 发布时间:2015-03-01
本文导语: 我用的是slackware,引导是lilo 谢谢 | 赶快编吧,中间基本不会覆盖的,原来的都在。 三篇非常好,非常详细的编译内核,设置内核的文章。 参照着可以轻松编译内核。 编译你自己的Linux...
我用的是slackware,引导是lilo
谢谢
谢谢
|
赶快编吧,中间基本不会覆盖的,原来的都在。
三篇非常好,非常详细的编译内核,设置内核的文章。
参照着可以轻松编译内核。
编译你自己的Linux内核(Kernel)
http://www.linuxfocus.org/ChineseGB/July2002/article252.shtml
编译核心 http://4lan.org/study-area/-http---www.study-area.org-linux-system-linux_kernel.htm
LINUX KERNEL 配置编译中文指南 http://www.linuxaid.com.cn/articles/3/4/343384495.shtml
http://www.linuxaid.com.cn/articles/2/3/233254520.shtml
http://www.linuxaid.com.cn/articles/4/2/429655023.shtml
http://www.linuxaid.com.cn/articles/1/0/1025363721.shtml
三篇非常好,非常详细的编译内核,设置内核的文章。
参照着可以轻松编译内核。
编译你自己的Linux内核(Kernel)
http://www.linuxfocus.org/ChineseGB/July2002/article252.shtml
编译核心 http://4lan.org/study-area/-http---www.study-area.org-linux-system-linux_kernel.htm
LINUX KERNEL 配置编译中文指南 http://www.linuxaid.com.cn/articles/3/4/343384495.shtml
http://www.linuxaid.com.cn/articles/2/3/233254520.shtml
http://www.linuxaid.com.cn/articles/4/2/429655023.shtml
http://www.linuxaid.com.cn/articles/1/0/1025363721.shtml
|
两步: 1、rename你/boot目录下的sysmap,initrd和vmlinuz文件。
2、vi /etc/lilo.conf 换成对应的文件名,注意把文件里缺省的 root...改成 root=/dev/hda(你boot区的盘号)
2、vi /etc/lilo.conf 换成对应的文件名,注意把文件里缺省的 root...改成 root=/dev/hda(你boot区的盘号)
|
编译内核并不覆盖任何东西,只有最后make install的时候才有可能。
|
You can rename you new kernel,and then complier.