自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

xuzj2000的专栏

米泥之家

  • 博客(1)
  • 资源 (1)
  • 收藏
  • 关注

原创 热自助双活机制

热自助死机问题代码分析流程图 热自助被激活时执行以下代码: /* TSR 激活函数 */void tsr_active(void){    if (dosbusy() && !int28_active)    {       hot_while_dosbusy = 1;    }    else    {       /* 设置自己的栈

2006-06-12 13:57:00 974

不错的调试工具WinDBG

微软提供的调试工具: Introduction to Debugging This documentation describes the use of four Microsoft® debuggers: CDB, NTSD, KD, and WinDbg. It also describes the use of several other debugging tools. These debugging tools are fully capable of running on all NT-based operating systems (Microsoft Windows NT® 4.0, Microsoft Windows® 2000, Windows XP, and Microsoft Windows Server™ 2003), and running on an x86, Intel Itanium, or AMD64 processor. These tools are also fully capable of debugging these Windows operating systems and processors, as well as all applications, services, and drivers that run on these systems. All of these debugging tools are installed as part of the Debugging Tools for Windows package. For a full list of the tools in this package and where they are documented, see List of Tools and Documentation. Note CDB and NTSD are virtually identical. In this documentation, whenever a reference is made to "CDB", it applies to both CDB and NTSD. When these two debuggers differ, it is noted. (See CDB and NTSD for details.) Note that an additional copy of NTSD resides in the system32 directory of Microsoft® Windows®. The version of the documentation you are reading matches the version of NTSD that was installed with the Debugging Tools for Windows package — it might not match the version of NTSD installed with Windows. This package comes in three versions: a 32-bit version for x86 binaries, a 64-bit version for Itanium binaries, and a 64-bit version for AMD64 binaries. Since debugging always involves multiple applications or multiple operating systems, choosing between these packages is not as straightforward as it is with other applications. See Choosing Between the 32-bit and 64-bit Packages for details. For debugging on Windows 95, Windows 98, and Windows Millennium Edition, you should use the WDeb family of debuggers (for example, wdeb386.exe), or the Microsoft Windows System Debugger (debugger.exe). See the Windows Millennium Edition DDK for more information on these tools. The Microsoft Visual Studio® debugger is also capable of debugging user-mode programs on all Windows operating systems. Refer to the Visual Studio documentation for details on this debugger.

2010-02-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除