From 217fd31d01ec479584cc0683029bdc67e0b5ba6d Mon Sep 17 00:00:00 2001 From: pravic Date: Tue, 12 Apr 2016 22:11:24 +0300 Subject: set relative path to native libs --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 231103e..137664c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ 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 +* Cargo profile with kernel-mode x86 and x64 targets. +* Import libraries of `ntoskrnl`, `hal` and `ntdll` modules for Windows 2000/XP/Win7 OS. +* [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. +Check [winapi-kmd-rs](https://github.com/pravic/winapi-kmd-rs) main crate description. -- cgit v1.2.3