Add build docs with EWDK 26H1#24
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a new documentation file detailing the steps to build drivers using the Windows 11 26H1 EWDK, and updates the index to link to it. The review feedback highlights several necessary corrections in the new document, including updating a header to reference Windows 11 26H1 instead of 24H2, correcting the git clone command to target the WHCP_26H1 branch, fixing typos of "Wirndows", and correcting a grammatical pluralization.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
Adds a new Development guide for building virtio-win drivers with the Windows 11 26H1 EWDK and links it from the Development index, extending the existing series of EWDK build documents (21H2/22H2/24H2).
Changes:
- Add a new build/how-to document:
Building-the-drivers-using-Windows-11-26H1-EWDK.md - Update
Development/index.mdto include the new 26H1 documentation link
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| Development/index.md | Adds a link to the new Windows 11 26H1 EWDK build document. |
| Development/Building-the-drivers-using-Windows-11-26H1-EWDK.md | Introduces Windows 11 26H1 EWDK build + CodeQL setup instructions for driver development. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * [Clone](https://github.com/git-guides/git-clone) the repository to download all CodeQL queries and [query suites](https://codeql.github.com/docs/codeql-cli/creating-codeql-query-suites/) with driver-specific queries. | ||
| ```batch | ||
| cd C:\codeql-home | ||
| C:\codeql-home\>git clone https://github.com/microsoft/Windows-Driver-Developer-Supplemental-Tools.git --recursive -b WHCP_25H2 |
There was a problem hiding this comment.
expected. Win11 target 25H2, but EWDK 26H1
Signed-off-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
No description provided.