【问题标题】:KMDF on Windows ServerWindows 服务器上的 KMDF
【发布时间】:2013-12-03 15:54:15
【问题描述】:

对 Windows 设备驱动程序的世界有点陌生。我使用 Visual Studio 2013 创建了一个新的 KMDF 驱动程序项目。配置管理器具有适用于 Windows 7、8、8.1 的构建配置,但没有适用于服务器操作系统(WS 2008、2012)。

问题:哪些构建目标(如果有)适合安装在 Windows Server 2008/2012 上,因为它们没有特定的构建配置?

谢谢

【问题讨论】:

    标签: c windows visual-studio device-driver kmdf


    【解决方案1】:

    Don Burn 在 MSDN 上为我回答了这个问题,但我想在这里为 SO 用户发布答案:

    Windows Server 2008 R2 == Windows 7

    Windows Server 2012 == Windows 8

    Windows Server 2012 R2 = Windows 8.1

    通常,您为希望支持的最早版本的 Windows 构建,驱动程序将在之后的所有版本上运行。在某些特殊情况下,您可能希望在较新的系统中利用新功能,但这是一般方法。

    http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/64b0a2af-f885-4a9d-8239-7a6de548b298/kmdf-on-windows-server?forum=wdk

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2010-10-02
      • 1970-01-01
      • 2019-10-07
      • 1970-01-01
      • 2013-08-21
      • 2016-05-12
      • 1970-01-01
      相关资源
      最近更新 更多