byx01 发表于 2003-9-7 02:10:42

请问ML支持双处理器吗?

请问ML支持双处理器吗?大家帮我看下我的系统信息里为什么只有一个CPU的信息,我应怎样做呢.?我以经在/usr/src/linux下打开了SMP了,而且是保存退出又重启后还是以下图的信息呢????谢谢!!!

byx01 发表于 2003-9-7 02:12:02

请问ML支持双处理器吗?

请问ML支持双处理器吗?大家帮我看下我的系统信息里为什么只有一个CPU的信息,我应怎样做呢.?我以经在/usr/src/linux#make xconfig下打开了SMP了,而且是保存退出又重启后还是以下图的信息呢????谢谢!!!

EdwardRF 发表于 2003-9-7 09:26:30

have you recompile and install the kernel after you make xconfig?
make xconfig is only config the compile of the kernel. you need to do:

make dep
make bzImage
make install
make modules
make modules_install

you can find how to compile the kernel in the README file. This forum also provide that information.

樱家冢 发表于 2003-9-7 20:37:11

这个一定要重新编译一个支持SMP的内核才行。

easthero1982 发表于 2003-9-9 19:58:21

重新编译内核吧,呵呵
页: [1]
查看完整版本: 请问ML支持双处理器吗?