Win driver example
* [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
bashcargo 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.
This article is auto-generated from Trantect/win_driver_example via the GitHub API.Last fetched: 6/27/2026
