diff options
| author | pravic <[email protected]> | 2016-04-19 00:23:03 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-19 00:23:03 +0300 |
| commit | 7dacd4627fbc7f34e71fa42ce4cd1968835db80e (patch) | |
| tree | a0cdb885820c915225e989caf03cf11ce5f81094 | |
| parent | fix KPROCESSOR_MODe size (diff) | |
| download | winapi-kmd-rs-7dacd4627fbc7f34e71fa42ce4cd1968835db80e.tar.xz winapi-kmd-rs-7dacd4627fbc7f34e71fa42ce4cd1968835db80e.zip | |
add testing environment information
| -rw-r--r-- | examples/README.md | 5 |
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. |