约有 16 项符合查询结果, 以下是第 1 - 2项。
费时 < 1 秒。
XP下装了DDK,在Debug目录下找到ntldr_dbg,替换掉ntldr,boot.int里设置的debugport:com1,baudrate为115200.重启后显示boot debugger using:com1(Baud Rate 115200),光标闪烁,停止不动了。看了论坛之前的一个NTLDR的帖子,我的ntldr_dbg版本没问题,boot。ini也和他的一样。大家给点帮助啊。
Posted in Windows内核调试
by
Jerry
on 2010-06-22
17.1.2节,清单17-1下面写到0x124是WHEA_INTERNAL_ERROR,0x127是WHEA_UNCORRECTABLE_ERROR,我在Windbg的help文档发现0x122是WHEA_INTERNAL_ERROR,0x124是WHEA_UNCORRECTABLE_ERROR。不过这两个文档都标明是subject to change。我用的Windbg是6.11.0001.404,不知道最新的版本里对这两个error的定义是否和书中的一致。
Posted in 《软件调试》勘误和意见
by
Jerry
on 2010-06-04
******************************************************************************** ...
Posted in WinDbg
by
Jerry
on 2009-12-07
明白了,感谢张老师的耐心解释。
这个平台是已经开发过的平台,量产了好几个月了,硬件应该很稳定了。
我用driver cd装了所有的driver和AP跑的reboot aging。
Posted in WinDbg
by
Jerry
on 2009-11-23
感谢张老师的指点迷津,感谢张老师提供的录像,正在学习中
Posted in Windows内核
by
Jerry
on 2009-11-21
<BLOCKQUOTE><table width=''85%''><tr><td class=''txt4''><img src=''/Themes/default/images/icon-quote.gif''>&nbsp;<strong>Raymond wrote:</strong></td></tr><tr><td class=''quoteTable''><table width=''100%''><tr><td width=''100%'' valign=''top'' ...
Posted in WinDbg
by
Jerry
on 2009-11-21
nt!KeBugCheck2+0x4d6:
804f9946 817d08e2000000 cmp dword ptr [ebp+8],0E2h
804f994d 0f8491000000 je nt!KeBugCheck2+0x574 (804f99e4)
nt!KeBugCheck2+0x4e3:
804f9953 803d415a558000 cmp byte ptr [nt!KdDebuggerEnabled (80555a41)],0
804f995a 0f8484000000 je nt!KeBugCheck2+0x574 (804f99e4)
nt!KeBugCheck2+0x4f0:
804f9960 ...
Posted in WinDbg
by
Jerry
on 2009-11-20
我是连着调试器后出现的蓝屏,那么
nt!KeBugCheckEx->nt!KeBugCheck2->nt!KiBugCheckDebugBreak->nt!RtlpBreakWithStatusInstruction
是用来中断到调试器的吗?
0: kd> uf nt!KiBugCheckDebugBreak
nt!KiBugCheckDebugBreak:
804f8de0 6a24 push 24h
804f8de2 6858974d80 push offset nt!RamdiskBootDiskGuid+0xcc (804d9758)
804f8de7 e8942d0400 call ...
Posted in WinDbg
by
Jerry
on 2009-11-20