Support Windows kernel mode for driver development #59994
Labels
A-linkage
Area: linking into static, shared libraries and binaries
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
O-windows
Operating system: Windows
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Several people have approached me about this, and I definitely think this is an area Rust should try to support.
cc
to be able to locate kernel mode libraries instead of user mode libraries for those targets.winapi
to link to kernel mode libraries instead of user mode libraries for those targets.libc
?std
???The text was updated successfully, but these errors were encountered: