Skip to content

Commit

Permalink
add windows-drivers-rs info
Browse files Browse the repository at this point in the history
  • Loading branch information
sonodima authored Oct 7, 2024
1 parent 19a6381 commit fc44efe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ architectures: **x86**, **x86_64** and **aarch64**.
When building for other unsupported platforms, the library will disable exception
handling and panic when `try_seh` is called.

## Usage on Kernel Drivers

This library can compile to `no_std` and supports running in Windows Kernel Drivers using
Microsoft's [windows-drivers-rs](https://github.com/microsoft/windows-drivers-rs) project.

## Cross-Compiling

Cross-compiling for Windows is possible with full support for SEH using the
Expand Down

0 comments on commit fc44efe

Please sign in to comment.