#windows #kernel #script #build

windows-kernel-build

is build script for Windows kernel .sys files

4 stable releases

2.11.19 Dec 4, 2024
2.11.12 Dec 3, 2024
2.11.11 Nov 29, 2024
0.1.0 Nov 29, 2024

#151 in #kernel

Download history 296/week @ 2024-11-27 318/week @ 2024-12-04 15/week @ 2024-12-11 2/week @ 2024-12-18

432 downloads per month
Used in 2 crates (via win-kernel-sys)

MIT/Apache

10KB
115 lines

github crates.io docs.rs build status

Windows Kernel Build System

This repository contains scripts and instructions for building the Windows kernel using the Rust programming language.

Prerequisites

Build Instructions

  1. Clone this repository:
git clone https://github.com/emptyqwb/windows-kernel-build.git
cd windows-kernel-build
  1. 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