Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 422 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 422 Bytes

Prepare build environment

cargo install cargo-xbuild

Build drivers

# build driver for x64
cargo xbuild --target x86_64-kernel-windows-msvc.json
# build driver for x86
cargo xbuild --target i686-kernel-windows-msvc.json

Acknowledges