From 84c3c2d9a39d7ce78716dd141c369430b8b5e285 Mon Sep 17 00:00:00 2001 From: pravic Date: Tue, 12 Apr 2016 17:43:47 +0300 Subject: add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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 + + -- cgit v1.2.3