| 
																		
 有段时间没心思看书, 所以也一直没回复,不好意思了, 今天我看了一下, 按照老师的设置单核CPU下运行这个程序, 确实没有不会蓝屏了, 但是还是抓不到记录, 我折腾了好一会,好像没法调试, 因为虚拟机没法调, 我也没有双机。。。, 那个DbgPrint也不能打印到windbg里面的样子(我是attach cpuwhere.exe), 求支招 
下面是我的cpuwhere打印的信息 
    Microsoft (R) Windows Debugger Version 6.11.0001.404 X86 Copyright (c) Microsoft Corporation. All rights reserved. 
 Connected to Windows XP 2600 x86 compatible target at (Sat Sep  7 23:30:52.296 2013 (GMT+8)), ptr64 FALSE 
Symbol search path is:  *** Invalid *** 
**************************************************************************** * Symbol loading may be unreliable without a symbol search path.           * * Use .symfix to have the debugger choose a symbol path.                   * * After setting your symbol path, use .reload to refresh symbol locations. * **************************************************************************** 
Executable search path is:  
********************************************************************* 
* Symbols can not be loaded because symbol path is not initialized. * 
*                                                                   * 
* The Symbol Path can be set by:                                    * 
*   using the _NT_SYMBOL_PATH environment variable.                 * 
*   using the -y <symbol_path> argument when starting the debugger. * 
*   using .sympath and .sympath+                                    * 
********************************************************************* 
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for  ntkrpamp.exe  -  
******************************************************************************* 
WARNING: Local kernel debugging requires booting with kernel debugging support (/debug or bcdedit -debug on) to work optimally. 
******************************************************************************* 
Windows XP Kernel  Version 2600  (Service Pack 3)  MP  (4 procs)  Free x86 compatible 
Product:  WinNt , suite:  TerminalServer  SingleUserTS 
 Built by: 2600.xpsp_sp3_qfe.130704-0421 
Machine Name: 
 Kernel base = 0x80800000 PsLoadedModuleList = 0x80886720 
Debug session time: Sat Sep  7 23:30:52.328 2013 (GMT+8) 
System Uptime: 0 days 0:35:15.872 
 Got 0 bytes (0 records) from driver
  
																		 
																	 |