DUST

Do the things I want to do

随笔分类 -  Others

WinDBG设置debug msg 输出信息级别
摘要:在Vista之后,debug信息可以用DbgPrintEx或KdPrintEx有条件地输出。(之前的2003 server或xp等,则是无条件输出,需要自己封装,设定debug信息级别)DbgPrintEx在WinDBG中的信息级别按照如下方式定义:If Level is equal to a number between 0 and 31, inclusive, it isinterpreted... 阅读全文

posted @ 2008-09-23 15:51 should 阅读(1263) 评论(0) 推荐(0)

WinDBG中设置条件断点
摘要:条件断点:断点指令 + “j(Excecute If-Else) 和 gc (Go from Conditional Breakpoint)”形如:bp Address "j (Condition) 'OptionalCommands'; 'gc' "这里仅简单说明该如何写后面的条件语句1. 非结构体变量: Code highlighting produced by Act... 阅读全文

posted @ 2008-04-23 21:26 should 阅读(5493) 评论(0) 推荐(0)

关于WinCE的一些笔记
摘要:Boot CE from HD Supposed: The loadcepc is installed in the C: 1. Make CE support Hard Disk. - Please refer to "CE HD support.txt" written by Bob 2. Set build options - Select Release mode - ... 阅读全文

posted @ 2008-04-21 19:00 should 阅读(682) 评论(0) 推荐(0)

Map Registers && Sections
摘要:Map Registers: translate address Drivers that perform DMA use three different address spaces. Map Registers (for HAL respect): a logical or device address to a physical address (a location in ... 阅读全文

posted @ 2008-04-21 17:41 should 阅读(573) 评论(0) 推荐(0)

导航