我使用使用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.
不知道这是为什么请各位指教
谢谢!
没遇到过,可能是系统环境有问题,不行就换Virtual PC试试。
应该是环境的问题, 你把vmware tool装上,然后再试试
两个问题,第一:安装完系统后是否有安装驱动?第二:能否进入安全模式?
绝户计:一般这种情况都是驱动程式的异常行为影响到了系统,如果能进安全模式,在msconfig下把那些bootup时启动的driver还有service都拿掉,看会不会好,如果这样可行,再看究竟是哪支driver或者service影响到了系统,拿掉就好
谢谢各位了,
其实我在往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
多了好几个空格。