5 stable releases
new 2.11.21 |
|
---|---|
2.11.14 | Dec 3, 2024 |
2.11.13 | Dec 1, 2024 |
2.11.12 | Nov 29, 2024 |
#29 in #visual-studio
327 downloads per month
Used in win-kernel
37KB
945 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://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
~16–26MB
~320K SLoC