如何下载WDK10【详见本文的中文注解】

来源:互联网 发布:策略模式 java代码 编辑:程序博客网 时间:2024/05/29 15:41

Windows Driver Kit 10 (WDK10)


官方参考: https://msdn.microsoft.com/en-us/library/windows/hardware/ff557573(v=vs.85).aspx

【详见本文的中文注解】

Windows Driver Kit (WDK) 10 is integrated with Microsoft Visual Studio 2015 and Debugging Tools for Windows. This integrated environment gives you the tools you need to develop, build, package, deploy, test, and debug drivers. You can run many basic certification tests in the integrated environment. The Windows Driver Kit (WDK) includes templates for several technologies and driver models, includingWindows Driver Frameworks (WDF), Universal Serial Bus (USB), print, networking, and file system filters.

Get started

For fundamental driver concepts and an introduction to driver development tools, see Getting started with Windows drivers.

Universal Windows driver samples

Universal Windows driver samples are available on GitHub. See Microsoft/Windows-driver-samples.

How to get WDK 10

Install Visual Studio 2015, and then install WDK 10. Debugging Tools for Windows is included in WDK 10, so you don't need to download it separately.

安装VS2015, 安装WDK10(Debugging Tools for Windows 已包含WDK 10中)。因此不需单独下载WDK10.

Run-time requirements for WDK 10

You can use WDK 10 to develop drivers that run on the these operating systems:

  • Windows 10
  • Windows 8.1
  • Windows 8
  • Windows 7
  • Windows Server 2016 Technical Preview
  • Windows Server 2008 R2

You can run WDK 10, integrated with Visual Studio 2015, on these operating systems:

  • Windows 10
  • Windows 8.1
  • Windows 8
  • Windows 7
0 2
原创粉丝点击