Dragonfly 发表于 2003-8-26 22:51:07

u need the new module-init-tool only when u try to use 2.6.x kernel. or > 2.5.3x kernel.

u download the source of module-init-tool, configure, make, make install.

u need not put it to /usr/src/linux

that is a program, u compile it to get binary and install to u system. and run like u run ls, df.

vyouzhi 发表于 2003-8-27 08:50:56

u need the new module-init-tool only when u try to use 2.6.x kernel. or > 2.5.3x kernel.

u download the source of module-init-tool, configure, make, make install.

u need not put it to /usr/src/linux

that is a program, u compile it to get binary and install to u system. and run like u run ls, df.

按你说的,我要升级到2.5.x就一定要升级modules-init-tool了喏,我看了llc的一编文章http://www.linuxfans.org/nuke/modules.php?name=News&file=article&op=view&sid=375

其中
"从一个系列的内核转到另一个系列的内核,比如从2.2.x系列转到2.4.x系列, 可能会由于使用某种(某些)内核工具(kernel utilities)而产生一些问题。 这就是所谓的“modutils”(译者注:可以看为“Modules Utilities”的所写,这样就不会对这个名称感到费解了),包括代码(code)需要载入(load)的内核模块(kernel module):图3解释了什么是内核模块。 有时新内核不知道如何处理老的modutils,所以你必须编译和安装更新版本的modutils。 这样的问题虽然不多但是它们的确存在,而且目前只能预先指出它们。"

就是这样的吧。:)

Dragonfly 发表于 2003-8-27 21:57:58

so if u can read more posts here, u can solve u problems.

:-D
页: 1 [2]
查看完整版本: 请问一下有一种内核文件是pacth-xx的这个怎么用的呢