KMK
KMK
驱动大牛
驱动大牛
  • 注册日期2001-09-12
  • 最后登录2017-10-06
  • 粉丝2
  • 关注0
  • 积分42分
  • 威望404点
  • 贡献值2点
  • 好评度58点
  • 原创分1分
  • 专家分1分
  • 社区居民
阅读:1440回复:2

Get the Windows Driver Kit (WDK)

楼主#
更多 发布于:2007-02-12 09:51
  Get the Windows Driver Kit (WDK)http://www.microsoft.com/whdc/DevTools/WDK/WDKpkg.mspx
a3xx00443
驱动牛犊
驱动牛犊
  • 注册日期2004-09-12
  • 最后登录2010-03-16
  • 粉丝0
  • 关注0
  • 积分255分
  • 威望56点
  • 贡献值0点
  • 好评度25点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2007-02-12 10:09
kmk老大也发陈年的东东 该转到WDF块
KMK
KMK
驱动大牛
驱动大牛
  • 注册日期2001-09-12
  • 最后登录2017-10-06
  • 粉丝2
  • 关注0
  • 积分42分
  • 威望404点
  • 贡献值2点
  • 好评度58点
  • 原创分1分
  • 专家分1分
  • 社区居民
板凳#
发布于:2007-03-04 13:28
The WDK includes support for driver development and testing:

• Windows Driver Foundation (WDF) simplifies the development and support of Windows drivers.
 
• Header file refactoring reduces header file complexity by providing a simpler directory structure, eliminating declaration conflicts, and using a single set of header files for all supported Windows versions.
 
• Installable File Systems (IFS) Kit headers, libraries, samples, and documentation will be distributed as part of the WDK.
 
• WDK Driver Test Manager (DTM) provides automated test system configuration and test execution, and test logging. It can be used to run tests and manage test systems and test labs for both Microsoft-supplied and other compatible tests.

Get the latest DTM Documentation updates (sign-in required)
 
• PREfast is a static source code analysis tool that detects certain classes of errors that the typical compiler doesn't find.
 
• Static Driver Verifier is a compile-time tool that helps you explore code paths in a device driver by symbolically executing the source code.
 
• Debugging Tools for Windows can be used to debug drivers, applications, and services on systems running Windows NT 4.0, Windows 2000, Windows XP, Windows Server 2003, and Windows Vista, as well as debugging the operating system itself.
 
• The Unclassified Signature Program can be used to get a signed device driver for the Windows Vista operating system.
 
• Windows Logo Testing is performed to verify that your driver is compatible with Microsoft Windows.
游客

返回顶部