阅读:3313回复:7
老胡的关于怎样在vmware中运行softice的设置
志宁 :
可以在vmware中运行softice吗? HuYuguang 说: 我可以 znsoft( 志宁) 说: oh znsoft( 志宁) 说: 直接安装就行? HuYuguang 说: 不是 HuYuguang 说: 需要手工修改vm.config文件 HuYuguang 说: wait a while znsoft( 志宁) 说: hehe,麻烦你再写一篇文章 HuYuguang 说: vmmouse.present = FALSE svga.maxFullscreenRefreshTick = 5 HuYuguang 说: 在你的.vmx文件中加入这两行 HuYuguang 说: 然后reboot HuYuguang 说: that\'s ok |
|
最新喜欢:mapofl
|
沙发#
发布于:2003-07-29 16:09
不太明白
|
|
|
板凳#
发布于:2003-08-29 21:19
好东东
|
|
|
地板#
发布于:2003-09-12 14:42
根本就没见到vm.config这个文件,我用的是vmware 4.0
|
|
地下室#
发布于:2003-10-22 19:51
试试
|
|
5楼#
发布于:2003-10-23 17:43
这个文件是在虚拟机中还是实际主机?是不是要安了vmwaretool才有?
|
|
6楼#
发布于:2003-11-03 20:25
我是这样改的,能成功,非常爽
vmmouse.present = \"FALSE\" svga.maxFullscreenRefreshTick = \"5\" |
|
7楼#
发布于:2004-06-09 08:19
Using the SoftICE Debugger in a Virtual Machine
09/16/103 16:47 Q: When I using the SoftICE debugger in a VMWare virtual machine, the guest operating system hangs. How can I work around this problem? A: If you plan to use SoftICE in a virtual machine, open the configuration file for the virtual machine in a text editor and add the following two lines: vmmouse.present = FALSE svga.maxFullscreenRefreshTick = 5 Otherwise, your mouse and screen may become unresponsive when breaking into the SoftICE debugger, making it appear as if your guest operating system has hung. svga.maxFullscreenRefreshTick can be set to any value greater than 0. Lowering the value of svga.maxFullscreenRefreshTick increases the responsiveness of SoftICE, but it also has a negative impact on the performance of the guest operating system when SoftICE is not running. We recommend removing or commenting out these configuration options when you are not using SoftICE. Sometimes, even with these configuration options, pressing Ctrl-D does not display the SoftICE window and your mouse and screen appear unresponsive. Exit SoftICE by pressing Ctrl-D again, then use SoftICE in VGA mode as explained below. Open a command prompt (for instance, choose Start > Run, type cmd and click OK). Press Alt-Enter to enter VGA mode. Press Ctrl-D to enter SoftICE. This was taken from article #965 on the VMware support site |
|