vmware 安装xp后不能进入xp的调试系统

fpgafuns   2009-1-5 10:57 楼主
我使用使用WinDbg和虚拟机调试Windows驱动程序,但是按照网页上的设置在进入虚拟机xp系统时选择进入xp调试系统时报错:
*** Virtual machine kernel stack fault (hardware reset) ***
The virtual machine just suffered a stack fault in kernel mode. On a real computer, this would amount to a reset of the processor. It can be caused by an incorrect configuration of the virtual machine, a bug in the operating system, or a problem in the VMware Workstation software. Press OK to reboot virtual machine or Cancel to shut it down.

不知道这是为什么请各位指教
谢谢!

回复评论 (8)

没遇到过,可能是系统环境有问题,不行就换Virtual PC试试。
点赞  2009-1-5 12:29
谢谢!
点赞  2009-1-5 16:10
应该是环境的问题, 你把vmware tool装上,然后再试试
点赞  2009-1-5 16:10
引用: 引用 1 楼 cnzdgs 的回复:
没遇到过,可能是系统环境有问题,不行就换Virtual PC试试。

谢谢您!
点赞  2009-1-5 16:11
引用: 引用 3 楼 ilovedrv 的回复:
应该是环境的问题, 你把vmware tool装上,然后再试试

这个我安装了,说是堆栈问题。
点赞  2009-1-5 18:33
把虚拟机xp的vmware tool装上。
点赞  2009-1-6 13:07
两个问题,第一:安装完系统后是否有安装驱动?第二:能否进入安全模式?
绝户计:一般这种情况都是驱动程式的异常行为影响到了系统,如果能进安全模式,在msconfig下把那些bootup时启动的driver还有service都拿掉,看会不会好,如果这样可行,再看究竟是哪支driver或者service影响到了系统,拿掉就好
点赞  2009-1-6 14:25
谢谢各位了,
其实我在往boot.ini中写这段话时多了空格了
multi(0) disk(0) rdisk(0) partition(1) \WINDOWS="Microsoft Windows XP Professional-Debug" /fastdetect /debugport=COM1 /baudrate=115200
这个是错误的
正确的应该是
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional-Debug" /fastdetect /debugport=COM1 /baudrate=115200
多了好几个空格。
点赞  2009-1-7 16:05
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复