Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Message from discussion VMWare on 2.6.25 kernel
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Peter Teoh  
View profile  
 More options May 6 2008, 11:54 am
From: "Peter Teoh" <htmldevelo...@gmail.com>
Date: Tue, 6 May 2008 23:54:52 +0800
Local: Tues, May 6 2008 11:54 am
Subject: VMWare on 2.6.25 kernel

The original vmware-any-any-116.tgz  as provided here (modified from some
other unknown source as any-any-115) has now just been modified so as to
compile on 2.6.25 Linux Kernel.   Compilation was successful, except for the
last part, when it tried to insmod in my kernel, and init_mm symbol is
missing.

Looking at:

./arch/x86/kernel/init_task.c:
struct mm_struct init_mm = INIT_MM(init_mm);
EXPORT_UNUSED_SYMBOL(init_mm); /* will be removed in 2.6.26 */

SInce EXPORT_UNUSED_SYMBOL() is depending on CONFIG_UNUSED_SYMBOLS being
define:

Therefore, the solution is to edit the .config file in the current linux
kernel download:

change the following to "y":

# CONFIG_UNUSED_SYMBOLS is not set

And recompile the Linux kernel.   After that 117.tgz should proceed
successfully.

Please download and test it if u are interested....thanks.

--
Regards,
Peter Teoh

  vmware-any-any-update117.tgz
652K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.