首页 技术 正文
技术 2022年11月23日
0 收藏 663 点赞 2,934 浏览 2365 个字

Roadmap for Developing Storport Miniport Drivers

Last Updated: 4/20/2017 

Windows Storport Miniport 驱动开发 葵花宝典 – 翻译To create a storport miniport driver, perform the following steps: 还是9步

  1. Learn about Windows architecture and drivers. 学习Windows系统架构和驱动知识

    It’s important that you understand the fundamentals of how drivers work in Windows. Knowing the fundamentals will help you make appropriate design decisions and allow you to streamline your development process. See Concepts for all driver developers.

  2. Learn the fundamentals of storport miniport drivers. 学习storport和miniport的基础知识

    To learn storport miniport driver fundamentals, see Windows Storage Driver Architecture, Capabilities Provided by Storport, and Storport’s Interface with Storport Miniport Drivers.

  3. Determine additional storport miniport driver design decisions. 列出storport和miniport开发所需的其他功能

    For information about how to make design decisions, see Capabilities Provided by Storport, Storport’s Interface with the Storage Class Driver, Storage Virtual Miniport Drivers: When Are They Appropriate?, and Making SCSI Port Miniport Drivers Work with Storport.

  4. Learn about storport miniport drivers in Windows Vista and later operating systems. 学习Windows Vista以及后面的操作系统

    See History of Storport in the Windows Driver Kit (WDK).

  5. Learn about the Windows driver build, test, and debug processes and tools. 学习Windows驱动编译,测试,调试的过程和工具

    Building a driver is not the same as building a user-mode application. See Developing, Testing, and Deploying Drivers for information about Windows driver build, debug, and test processes, driver signing, and Windows Logo testing. See Driver Development Tools for information about building, testing, verifying, and debugging tools.

  6. Review storport miniport driver samples. 学习storport和miniport的驱动例子

    To access and review the storport miniport driver samples see the MSDN Code Gallery.

  7. Develop, build, test, and debug your storport miniport driver. 开发,编译,测试和调试自己开发的驱动程序

    See Building a Driver, Testing a Driver, and Debugging a Driver for information about iterative building, testing, and debugging. This process will help ensure that you build a driver that works.

  8. Create a driver package for your storport miniport driver. 创建驱动包

    For more information, see Creating a Driver Package.

  9. Sign and distribute your storport miniportdriver.  给驱动包加数字签名,发给小伙伴使用

    The final step is to (optionally) sign and distribute the driver. If your driver meets the quality standards that are defined for Windows Hardware Certification, you can distribute it through the Microsoft Windows Update program. For more information, see Distributing a Driver Package.

These are the basic steps. Additional steps might be necessary based on the needs of your individual driver.

正所谓

微软这算放个屁,基本一样真没趣,你若真心待码农,写成汉语行不行?

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:8,996
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,510
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,353
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,137
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,770
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,848