4 stable releases
2.11.19 | Dec 4, 2024 |
---|---|
2.11.12 | Dec 3, 2024 |
2.11.11 | Nov 29, 2024 |
0.1.0 |
|
#151 in #kernel
432 downloads per month
Used in 2 crates
(via win-kernel-sys)
10KB
115 lines
Windows Kernel Build System
This repository contains scripts and instructions for building the Windows kernel using the Rust programming language.
Prerequisites
- Install Rust and Cargo: https://rustup.rs/
- Install Visual Studio Build Tools: https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16
- Install the Windows SDK: https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/
- Install the windows WDK: https://developer.microsoft.com/en-us/windows/downloads/windows-10-wdk/
Build Instructions
- Clone this repository:
git clone https://github.com/emptyqwb/windows-kernel-build.git
cd windows-kernel-build
- add crate in your cargo.toml and edit your build.rs
Example
use windows-kernel-build
fn main() {
windows-kernel-build::build::();
}
MORE
see https://docs.rs/
Dependencies
~17–25MB
~298K SLoC