Skip to content

Add build docs with EWDK 26H1#24

Open
kostyanf14 wants to merge 1 commit into
mainfrom
26h1
Open

Add build docs with EWDK 26H1#24
kostyanf14 wants to merge 1 commit into
mainfrom
26h1

Conversation

@kostyanf14

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings July 1, 2026 11:30

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread Development/Building-the-drivers-using-Windows-11-26H1-EWDK.md Outdated
Comment thread Development/Building-the-drivers-using-Windows-11-26H1-EWDK.md
Comment thread Development/Building-the-drivers-using-Windows-11-26H1-EWDK.md Outdated
Comment thread Development/Building-the-drivers-using-Windows-11-26H1-EWDK.md Outdated
Comment thread Development/Building-the-drivers-using-Windows-11-26H1-EWDK.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md to 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.

Comment thread Development/Building-the-drivers-using-Windows-11-26H1-EWDK.md Outdated
Comment thread Development/Building-the-drivers-using-Windows-11-26H1-EWDK.md Outdated
Comment thread Development/Building-the-drivers-using-Windows-11-26H1-EWDK.md Outdated
Comment thread Development/Building-the-drivers-using-Windows-11-26H1-EWDK.md Outdated
Comment thread Development/Building-the-drivers-using-Windows-11-26H1-EWDK.md Outdated
* [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

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected. Win11 target 25H2, but EWDK 26H1

Signed-off-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants