win-kernel-sys 2.11.20

windows-kernel-sys
[<img alt="github" src="https://img.shields.io/badge/github-emptyqwb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/emptyqwb/win-kernel-sys)
[<img alt="crates.io" src="https://img.shields.io/crates/v/win-kernel-sys.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/win-kernel-sys)
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-win_kernel_sys-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/win-kernel-sys)

# 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


1. Clone this repository:
```bash
git clone https://github.com/emptyqwb/win-kernel-sys.git

cd win-kernel-sys

cargo build

```

## MORE

see https://docs.rs/