microsoft / windows-drivers-rs

Platform that enables Windows driver development in Rust. Developed by Surface.
Apache License 2.0
1.49k stars 65 forks source link

Use stack-based formatter for debug-printing. #233

Open Zero-Tang opened 1 week ago

Zero-Tang commented 1 week ago

This will enable print! and println! macros to be used in <=DIRQL levels. If alloc crate is used, ExAllocatePool2 will fail in >DISPATCH_IRQL levels.

Zero-Tang commented 1 week ago

@microsoft-github-policy-service agree