|
|
发表于 2004-1-28 22:32:05
|
显示全部楼层
回复: 内核编译问题
最初由 yiqiu 发表
内核编译好,启动出现一些小问题:
My system is not powered by chinese input system, so allow me to answer your question in English:
1、说without DEVFS support,怎么回事?
Check the File System options in kernel configuration. you need to select the DEVFS options. (in kernel 2.4 it is called devfs system support)
2、fsck:fsck.reiserfs: not found
我的系统是reiserfs格式,说没有fsck.reiserfs这个程序,怎么才能有?
The same problem as mentioned above. You need to configure reiserfs support in kernel.
3、modprobe: modprobe: Can't locate module char-major-10-135
char-major-10-135是什么冬冬?
seems that you didn't configure the module of this char-major-10-135 (I personally didn't see this module before).
modprobe is a system that mount your modules. It usually handled by system itself. you don't need to worry about it.
My suggestion is that you check the kernel configuration carefully before you compile them and try to understand your choices.
Good luck
|
|