Roadmap to Develop MB Miniport Drivers

To create an MB miniport driver, follow these steps:

  • Step 1: Learn about Windows architecture and miniport drivers.

    You must understand the fundamentals of how drivers work in Windows operating systems. Knowing the fundamentals will help you make appropriate design decisions and let you streamline your development process. For more information about driver fundamentals, see Concepts for all driver developers.

  • Step 2: Learn the fundamentals of MB miniport drivers.

    MB miniport drivers are supported in Windows 7 and later versions of Windows and conform to the NDIS 6.20 Specification. To understand the miniport driver design decisions you must make, see Introduction to NDIS 6.20.

  • Step 3: Determine additional Windows driver design decisions.

    For information about how to make additional Windows design decisions, see Creating Reliable Kernel-Mode Drivers, Programming Issues for 64-Bit Drivers, and Creating International INF Files.

  • Step 4: Learn about the Windows driver build, test, and debug processes and tools.

    Building a driver differs from building a user mode application. For information about Windows driver build, debug, and test processes, driver signing, and Windows Hardware Lab Kit (HLK) testing, see Building, Debugging, and Testing Drivers. For information about building, testing, verifying, and debugging tools, see Driver Development Tools.

  • Step 5: Make design decisions about your MB miniport driver.

    For more information, see MB Interface Overview.

  • Step 6: Develop, build, test, and debug your MB miniport driver.

    For information about iterative building, testing, and debugging, see Overview of Build, Debug, and Test Process. This process will help ensure that you build a miniport driver that works.

  • Step 7: Create a driver package for your MB miniport driver.

    For more information, see Providing a Driver Package.

  • Step 8: Sign and distribute your MB miniport driver.

    The final step is to sign (optional) and distribute the miniport driver. If your miniport driver meets the quality standards that are defined for the Windows Hardware Lab Kit (HLK), you can distribute it through the Microsoft Windows Update program. For more information about how to distribute a driver, see Get started with the hardware submission process.

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