diff options
author | 2019-09-09 22:01:24 -0700 | |
---|---|---|
committer | 2019-09-09 22:01:24 -0700 | |
commit | 3bb2dc25a871a992f35b605e128cc7390e0d20bd (patch) | |
tree | 7708f02a19a6eeda58b871cb999eaba9499b3c1e | |
parent | 19bf229bf8e365b61d2a0e688ba04278e5de6164 (diff) | |
download | rust-x86-3bb2dc25a871a992f35b605e128cc7390e0d20bd.tar.gz rust-x86-3bb2dc25a871a992f35b605e128cc7390e0d20bd.tar.zst rust-x86-3bb2dc25a871a992f35b605e128cc7390e0d20bd.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ This library depends on libcore so it can be used in kernel level code. ## Testing We use two forms of tests for the crate. Regular tests with `#[test]` that run in a ring 3 process -and `#[x86test]` tests that run in a VM (and therefore grant a privileged execution environment) (see [x86test](https://github.com/gz/rust-x86/tree/master/x86test)). +and `#[x86test]` tests that run in a VM (and therefore grant a privileged execution environment, see [x86test](https://github.com/gz/rust-x86/tree/master/x86test)). ``` # To execute x86tests run: |