Skip to content

Commit 7015f1e

Browse files
committed
revise README, increase version number
1 parent 131d43c commit 7015f1e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xhypervisor"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Stefan Lankes", "Saurav Sachidanand"]
55
edition = "2021"
66

@@ -15,4 +15,4 @@ build = "build.rs"
1515

1616
[dependencies]
1717
libc = "0.2"
18-
thiserror = "1.0"
18+
thiserror = "2.0"

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ Derived from [ahv](https://github.com/Thog/ahv), we added the support of Apple's
1010

1111
It binds to the [Hypervisor](https://developer.apple.com/documentation/hypervisor) framework on OS X, and exposes a safe Rust interface through the `hypervisor` module, and an unsafe foreign function interface through the `xhypervisor::ffi` module.
1212

13-
A xhypervisor derived from the [16 bits VM](https://github.com/mist64/hvdos/blob/master/hvdos.c) is used as test example, which was original published in blog post [http://www.pagetable.com/?p=764](http://www.pagetable.com/?p=764).
14-
1513
## Prerequisites
1614

1715
To use this library, you need
1816

1917
* OS X Yosemite (10.10), or newer
2018

21-
* a Intel processor with the VT-x feature or an Apple Silicon processor with virtualization support. To verify this, run and expect the
19+
* A Intel processor with the VT-x feature or an Apple Silicon processor with virtualization support. To verify this, run and expect the
2220
following in your Terminal:
2321
```shell
2422
$ sysctl kern.hv_support

0 commit comments

Comments
 (0)