【发布时间】:2020-04-21 05:37:28
【问题描述】:
我希望开始为 Windows 10 开发驱动程序。我现在可以开始处理它们,但为了能够调试它们,我知道我需要使用经过检查的 Windows 版本。
对此进行了一些讨论:
- Where can I get Windows checked build? - 2010 年回答
- Where can I find the debug symbols Windows 10? - 2015 年回答
- Where can I get checked builds for Windows 10? - 2016 年回答
这些答案似乎都有些过时了。我这么说是因为他们都提到缺少微软发布的经过检查的版本。但是,the MSDN article on installing the checked build(比这些答案更新得更晚)解释(或至少尝试)如何获取已检查的构建。
它说
使用checked build 分发媒体来安装checked build。
There is a github issue up on this as well,但我和其他许多人显然不知道“已检查的构建分发介质”是什么。
那么,既然我们已经进入了所有这些问题、讨论和问题跟踪的新十年,那么人们如何在 2020 年获得经过检查的 Windows 10 版本?假设我们没有订阅 MSDN。
【问题讨论】:
标签: windows debugging windows-10 kernel msdn