GitPedia

Win driver example

From Trantect·Updated February 12, 2025·View on GitHub·

* [winapi-kmd-rs](https://github.com/pravic/winapi-kmd-rs) * [blog_os](https://os.phil-opp.com/) * [cargo-xbuild](https://github.com/rust-osdev/cargo-xbuild) The project is written primarily in Rust, distributed under the MIT License license, first published in 2019. Key topics include: rust, windows-driver.

Prepare build environment

bash
cargo install cargo-xbuild

Build drivers

bash
# build driver for x64 cargo xbuild --target x86_64-kernel-windows-msvc.json # build driver for x86 cargo xbuild --target i686-kernel-windows-msvc.json

Acknowledges

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from Trantect/win_driver_example via the GitHub API.Last fetched: 6/27/2026