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:
- add crate in your cargo.toml and edit your build.rs
Example
use windows-kernel-build
MORE
see https://docs.rs/