8 stable releases
new 2.11.19 | Dec 4, 2024 |
---|---|
2.11.17 | Dec 3, 2024 |
2.11.16 | Dec 1, 2024 |
2.11.11 | Nov 29, 2024 |
#256 in Concurrency
240 downloads per month
1.5MB
30K
SLoC
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://learn.microsoft.com/zh-cn/windows-hardware/drivers/download-the-wdk
Build Instructions
- Clone this repository:
git clone https://github.com/emptyqwb/win-kernel-sys.git
cd win-kernel-sys
cargo build
MORE
see https://docs.rs/
Dependencies
~20–31MB
~395K SLoC