摘要:在Vista之后,debug信息可以用DbgPrintEx或KdPrintEx有条件地输出。(之前的2003 server或xp等,则是无条件输出,需要自己封装,设定debug信息级别)DbgPrintEx在WinDBG中的信息级别按照如下方式定义:If Level is equal to a number between 0 and 31, inclusive, it isinterpreted...
阅读全文
摘要:条件断点:断点指令 + “j(Excecute If-Else) 和 gc (Go from Conditional Breakpoint)”形如:bp Address "j (Condition) 'OptionalCommands'; 'gc' "这里仅简单说明该如何写后面的条件语句1. 非结构体变量: Code highlighting produced by Act...
阅读全文
摘要: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 - ...
阅读全文
摘要: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 ...
阅读全文