|
以下只是按我的系统和vmware的版本写的,大家可以参考一下,我在这个vmware已经装了win2k,跑起来速度还不错,配置见签名
kernel version: 2.4.27-2-386
vmware version: 5.0.0 build-13124 (from 88ftp(我们学校的ftp), /tools/system/vmware/)
1:
apt-get install build-essential
apt-get install kernel-headers-2.4.27-2-386
apt-get install kernel-source-2.4.27
cd /usr/src/
tar jxvf linux-source-2.4.27.tar.bz2
ln -sf linux-source-2.4.27 linux
2: find the directory where vmware was downloaded
tar zxvf VMware-workstation-5.0.0-13124.tar.gz
cd vmware-distrib/
./vmware-install.pl (root user only,su 
3: there will be some choice ,usually choose defaults
you can refer to http://www.i-surfer.net/blogview.asp?logID=84&cateID=1
4: run vmware, you can find it in this way
"Applications"=>"System Tools"=》"VMware Workstation"
5: howto uninstall vmware (not recommended , it's a wonderful tool)
cd /etc/vmware
./installer.sh uninstall |
|