summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-08-21 04:45:38 -0700
committerGitHub <[email protected]>2019-08-21 04:45:38 -0700
commit7dbfcae448e8985283504e13295c4581bcf16a92 (patch)
tree793dc60f6353e508b525e8ae9b61c0225f119214
parent34671c176729bb8b30eef20a5a3ca0b431546303 (diff)
Update README.md
-rw-r--r--README.md24
1 files changed, 10 insertions, 14 deletions
diff --git a/README.md b/README.md
index bf4202de..d6de4dde 100644
--- a/README.md
+++ b/README.md
@@ -1,34 +1,30 @@
-<!---
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=616507
---->
-
# Driver samples for Windows 10
-These are the official Microsoft Windows Driver Kit (WDK) team driver code samples for Windows 10. They provide a foundation for Universal Windows driver support of all hardware form factors, from phones to desktop PCs. Use these samples with Visual Studio 2015 and Windows Driver Kit (WDK) 10.
+These are the official Microsoft Windows Driver Kit (WDK) driver code samples for Windows 10. They provide a foundation for Universal Windows driver support of all hardware form factors, from phones to desktop PCs. Use these samples with Visual Studio 2019 and Windows Driver Kit (WDK) 10.
## Windows 10 driver development
-Use Visual Studio 2015 and Windows Driver Kit (WDK) 10 to build, test, and deploy your drivers. With Windows 10, the driver development environment is integrated into Visual Studio. To get started, download the driver development kits and tools for Windows 10.
+Use Visual Studio 2019 and Windows Driver Kit (WDK) 10 to build, test, and deploy your drivers. With Windows 10, the driver development environment is integrated into Visual Studio. To get started, download the driver development kits and tools for Windows 10.
-[Download the WDK, WinDbg, and associated tools](https://developer.microsoft.com/windows/hardware/windows-driver-kit "Download the WDK, WinDbg, and associated tools for Windows 10")
+[Download the WDK, WinDbg, and associated tools](https://developer.microsoft.com/windows/hardware/windows-driver-kit)
-### Windows 10 Driver Kit (WDK)
+### Windows Driver Kit (WDK)
Take a look at the compilation of the new and changed driver-related content for Windows 10. Areas of improvement include camera, print, display, Near Field Communication (NFC), WLAN, Bluetooth, and more.
-[Find out what's new in the WDK](https://go.microsoft.com/fwlink/p/?LinkId=528349 "Find out what's new in the WDK")
+[Find out what's new in the WDK](https://docs.microsoft.com/windows-hardware/drivers/what-s-new-in-driver-development)
### Universal Windows drivers
Write one driver that runs on both Windows 10 for desktop editions and Windows 10 Mobile devices, as well as other Windows 10 editions that share a common set of interfaces.
-[Getting Started with Universal Windows drivers](https://go.microsoft.com/fwlink/p/?LinkId=524488 "Getting Started with Universal Windows drivers")
+[Getting Started with Universal Windows drivers](https://docs.microsoft.com/windows-hardware/drivers/develop/getting-started-with-universal-drivers)
### Windows Driver Frameworks
The Windows Driver Frameworks (WDF) are a set of libraries that make it simple to write high-quality device drivers.
-[WDF driver development guide](https://go.microsoft.com/fwlink/p/?LinkId=524489 "WDF driver development guide")
+[WDF driver development guide](https://docs.microsoft.com/windows-hardware/drivers/wdf/)
### Samples
@@ -38,11 +34,11 @@ Use the samples in this repo to guide your Windows driver development. Whether y
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.
-[Write a UMDF driver based on a template](https://go.microsoft.com/fwlink/p/?LinkId=524492 "Write a UMDF driver based on a template")
+[Write a UMDF driver based on a template](https://docs.microsoft.com/windows-hardware/drivers/gettingstarted/writing-a-umdf-driver-based-on-a-template)
-[Write a KMDF Hello World driver](https://go.microsoft.com/fwlink/p/?LinkId=524493 "Write a KMDF Hello World driver")
+[Write a KMDF Hello World driver](https://docs.microsoft.com/windows-hardware/drivers/gettingstarted/writing-a-very-small-kmdf--driver)
-[Write a KMDF driver based on a template](https://go.microsoft.com/fwlink/p/?LinkId=524494 "Write a KMDF driver based on a template")
+[Write a KMDF driver based on a template](https://docs.microsoft.com/windows-hardware/drivers/gettingstarted/writing-a-kmdf-driver-based-on-a-template)
# Microsoft Code of Conduct