aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-04-19 00:23:03 +0300
committerpravic <[email protected]>2016-04-19 00:23:03 +0300
commit7dacd4627fbc7f34e71fa42ce4cd1968835db80e (patch)
treea0cdb885820c915225e989caf03cf11ce5f81094 /examples
parentfix KPROCESSOR_MODe size (diff)
downloadwinapi-kmd-rs-7dacd4627fbc7f34e71fa42ce4cd1968835db80e.tar.xz
winapi-kmd-rs-7dacd4627fbc7f34e71fa42ce4cd1968835db80e.zip
add testing environment information
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 3ad3cb1..9fd0933 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,3 +1,8 @@
+## Compatibility
+
+All examples tested against Windows XP SP3, Windows XP x64 SP2, Windows 7 x64 SP2, Windows 10 x64.
+
+
## 01.minimal
Minimal Windows kernel driver written in Rust. [DriverEntry](https://msdn.microsoft.com/en-us/library/windows/hardware/ff544113%28v=vs.85%29.aspx) just prints `hello` and quits immediately.