9 Aug
2003
9 Aug
'03
14:03
On Fri, Aug 08, 2003 at 07:06:19PM -0700, Rich McClellan wrote:
I would like to install VMWare v4.0 on a linux box (dual opteron) running SuSE v. 8.2. The VMWare installation script chokes on the differences between the running kernel and the header files. Are the header files for the SMP kernel available?
You will probably need to do some porting of the vmware kernel module (which is included as source with vmware) for that. I think it would be possible to get it running in theory, but it is probably some work. Basically the in kernel module has to be 64bit clean and long mode aware, but offer an 32bit emulation interface to the vmware user space binary. -Andi