在单核cpu上装0.4u1,再编译vmware,到了接下来就出现如下警告:
The kernel defined by this directory of header files is multiprocessor, while
your running kernel is uniprocessor
解决方法如下:
---------------
在vmware-config.pl中,找uniprocessor。
像下面一样临时把他注释掉。
vmware就可以正常的config了,也可以正常的使用。
下个Update会修复这个问题。
# if (not (lc($header_smp) eq lc($gSystem{'smp'}))) {
# if ($source eq 'user') {
# print wrap('The kernel defined by this directory of header files is '
# . (($header_smp eq 'yes') ? 'multiprocessor'
# : 'uniprocessor') . ', while '
# . 'your running kernel is '
# . (($gSystem{'smp'} eq 'yes') ? 'multiprocessor'
# : 'uniprocessor') . '.'
# . "\n\n", 0);
# }
# return '';
# }
-------------感谢cjacker老大----------------
阅读(2929) | 评论(0) | 转发(0) |