Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 359 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 359 Bytes

Rusty Windows Driver

This is the crate where the actual driver is created.

How to build

The following commands only work if you are in the driver directory:
cd driver

You need a terminal with admin rights:
cargo make (You need to have cargo-make installed)

Start the driver:
start.bat

Stop the driver:
stop.bat