diff options
| author | pravic <[email protected]> | 2016-04-12 17:43:47 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-12 17:43:47 +0300 |
| commit | 84c3c2d9a39d7ce78716dd141c369430b8b5e285 (patch) | |
| tree | 5a90e3458184ccd4914f48c326b8d8de9e27fbaa /README.md | |
| download | kmd-env-rs-84c3c2d9a39d7ce78716dd141c369430b8b5e285.tar.xz kmd-env-rs-84c3c2d9a39d7ce78716dd141c369430b8b5e285.zip | |
add README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..231103e --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## Rust environment for the Windows Kernel-Mode Drivers + +Contains: + +* Cargo profile with kernel-mode x86 and x64 targets +* [Patched](https://github.com/thepowersgang/rust-barebones-kernel/blob/master/libcore_nofp.patch) libcore Rust library to disable floating point use (see the [#1364: Float-free libcore](https://github.com/rust-lang/rfcs/issues/1364) discussion) +* Rest of `std` crate libraries: liballoc, libcollections, librustc_unicode + + |