diff options
| author | Barry Golden <[email protected]> | 2022-08-12 09:33:34 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-12 09:33:34 -0700 |
| commit | 73c55fdc2e3d407ee39521ff4a1b2ea6791f134e (patch) | |
| tree | c5b94e191033938d5a3f0bd7dba9ae202ff7858a | |
| parent | 620f8786481c7bdb5c762a43102eafcb6f9c812d (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ The Windows Driver Frameworks (WDF) are a set of libraries that make it simple t Use the samples in this repo to guide your Windows driver development. Whether you're just getting started or porting an older driver to the newest version of Windows, code samples are valuable guides on how to write drivers. +For information about important changes that need to be made to the WDK sample drivers before releasing device drivers based on the sample code, see the following topic: + +[From Sample Code to Production Driver - What to Change in the Samples](https://docs.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/from-sample-code-to-production-driver) + ### Build your first driver If you're writing your first driver, use these exercises to get started. Each exercise is independent of the others, so you can do them in any order. |
