简体   繁体   English

我在哪里可以获得Windows检查版本?

[英]Where can I get Windows checked build?

I'm developing a file system driver. 我正在开发一个文件系统驱动程序。
I use free build Windows as a target machine. 我使用免费构建Windows作为目标机器。
If I could get a checked build of Windows, I think I get more convenient. 如果我能得到一个经过检查的Windows版本,我想我会更方便。 Isn't it. 不是吗

But I do not know even where I can get it. 但即使我能得到它,我也不知道。 Does it need a cost? 需要花费吗?
And what are the benefits I can get, when I use it. 当我使用它时,我可以获得什么好处。

Checked builds are available to MSDN subscribers from the MSDN download website. MSDN订阅者可以从MSDN下载网站获得经过检查的版本。

The benefits are that when you attach a kernel debugger to debug your driver, you will gets lots of extra debugging information sent to the debug console, especially if you call any function with invalid parameters, it will be caught closer to the actual error because every function does parameter checking (that's the checked part of checked build) and print a warning. 好处是,当您附加内核调试程序来调试驱动程序时,您将获得发送到调试控制台的大量额外调试信息,特别是如果您调用任何具有无效参数的函数,它将被捕获更接近实际错误,因为每个函数执行参数检查(这是已检查构建的已检查部分)并打印警告。

Here is a link with more information 这是一个包含更多信息的链接

And a description of one of the checked builds available on MSDN: 以及MSDN上可用的已检查版本之一的说明:

Windows 7 Checked/Debug Build (x86) - DVD (English) Windows 7 Checked / Debug Build(x86) - DVD(英文)

File Name: en_windows_7_checked_build_dvd_x86_398742.iso 文件名:en_windows_7_checked_build_dvd_x86_398742.iso

Date Published (UTC): 8/14/2009 9:55:36 AM 发布日期(UTC):8/14/2009 9:55:36 AM

Last Updated (UTC): 5/21/2010 8:22:29 AM 最后更新(UTC):5/21/2010 8:22:29 AM

Available to Levels: MSDN OS (VL); 可用级别:MSDN OS(VL); VS Pro with MSDN Pro (VL); VS Pro与MSDN Pro(VL); VS Pro with MSDN Premium (Empower); VS Pro与MSDN Premium(Empower); MSDN OS (Retail); MSDN OS(零售); Developer AA; 开发者AA; VS Pro with MSDN (Retail); VS Pro与MSDN(零售); MSDN Universal (Retail); MSDN Universal(零售); VSTS Team Suite (VL); VSTS团队套件(VL); VSTS Architecture (VL); VSTS架构(VL); VS Premium with MSDN (MPN); VS Premium与MSDN(MPN); VSTS Test (VL); VSTS测试(VL); VS Pro with MSDN Premium (MPN); VS Pro与MSDN Premium(MPN); MSDN Universal (VL); MSDN Universal(VL); VSTS Database (VL); VSTS数据库(VL); VS Pro with MSDN Premium (Retail); VS Pro与MSDN Premium(零售); VSTS Test (Retail); VSTS测试(零售); VSTS Development (Retail); VSTS发展(零售); VSTS Architecture (Retail); VSTS架构(零售); VSTS Team Suite (Retail); VSTS团队套件(零售); VSTS Database (Retail); VSTS数据库(零售); BizSpark Admin; BizSpark管理员; BizSpark; BizSpark的; VS Pro with MSDN Embedded (Retail); VS Pro与MSDN Embedded(零售); VS Pro with MSDN Embedded (VL); VS Pro与MSDN Embedded(VL); VS Test Pro with MSDN (VL); VS Test Pro与MSDN(VL); VS Ultimate with MSDN (VL); VS Ultimate与MSDN(VL); VS Premium with MSDN (VL); VS Premium与MSDN(VL); VS Pro with MSDN (VL); VS Pro与MSDN(VL); VS Test Pro with MSDN (Retail); VS Test Pro与MSDN(零售); MSDN Essentials; MSDN Essentials; VS Premium with MSDN (Retail); VS Premium与MSDN(零售); VS Ultimate with MSDN (Retail); VS Ultimate与MSDN(零售); MSDN for Action Pack; MSDN for Action Pack; VS Ultimate with MSDN (MPN); VS Ultimate与MSDN(MPN); VS Ultimate with MSDN (NFR FTE); VS Ultimate与MSDN(NFR FTE);

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM