Win8 驱动开发 双机调试

关于开发资源:

去官网下吧,需要一个有认证的MSN帐号,普通MSN帐号下载不了。

另外需要说明的几点是:

基于win8平台的vs2011,不仅添加了新的METRO UI界面工程类型,还有开发驱动的template模板,并且有开发DX工程的模板,当然需要下载对应的SDK。

通过调试扩展,vs2011集开发驱动,调试驱动,部署与一身。

 With the WindowsDeveloper Preview release of the Windows Driver Kit (WDK) and the WindowsDebugger Extensions for Visual Studio, you can integrate your driverdevelopment and debugging environments into Microsoft Visual Studio. Most ofthe tools you need for coding, building, packaging, testing, debugging, anddeploying a driver are available in the Visual Studio user interface.

Pastedfrom <http://msdn.microsoft.com/library/windows/hardware/br259114>

下面是调试部分:

调试符号不是很给力,很多模块的符号下载不下来。

1,使用com调试虚拟机,正常

条件:

Vmware,版本:8.0.2 build-591240

windbg,版本:6.12.0002 以上

配置方法,参考win7 com口调试方法。

http://hi.baidu.com/316526334/blog/item/146b564d46732ce3d62afc48.html

2,使用virtualKD2.6调试虚拟机,异常

条件:

virtualKD2.6,截至目前2012/2/17 ,该版是官方最新版,安装后,win8启动异常,遂放弃。

http://virtualkd.sysprogs.org/

3,使用1394调试真实机,正常

条件:

windbg,版本:6.12.0002 以上

配置方法:参考win7系统上的1394调试方法。

http://hi.baidu.com/316526334/blog/item/b468b7ec88d9934279f0553b.html

posted @ 2012-12-03 09:38  imFolish  阅读(1661)  评论(0编辑  收藏  举报