WinDbg Usage

来源:互联网 发布:linux svn上传新项目 编辑:程序博客网 时间:2024/04/30 10:32

Example of boot.ini :

[boot loader]
timeout=3
default=multi(0)disk(0)rdisk(0)partition(1)/WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)/WINDOWS="Microsoft Windows XP Professional"  /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(1)/WINDOWS="Microsoft Windows XP Professional - C:" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(1)/WINDOWS="1394 dbg" /noexecute=optin /fastdetect /debug /debugport=1394 /channel=44

 

Note:

 

1) To improve reliability of 1394 debug, you'd better disable 1394 host controller from device manager for target machine. For Windows XP Service Pack 2, the host controller on target machine will be disabled automatically

2) With host machine, make sure to disable the 1394 network card

n