關于開發資源:
去官網下吧,需要一個有認證的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