Skip to content

Commit

Permalink
Mention Intel VMX support in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Sep 26, 2019
1 parent d124197 commit 5c9090b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -3,7 +3,8 @@

Library to program x86 (amd64) hardware. Contains x86 specific data structure descriptions, data-tables, as well as convenience function to call assembly instructions typically not exposed in higher level languages.

Currently supports
Currently supports:

* I/O registers
* Control registers
* MSR registers
Expand All @@ -18,6 +19,7 @@ Currently supports
* Time (rdtsc, rdtscp)
* Querying CPUID (uses [raw_cpuid](https://github.com/gz/rust-cpuid) library)
* Transactional memory (Intel RTM and HLE)
* Virtualization (Intel VMX)

This library depends on libcore so it can be used in kernel level code.

Expand Down

0 comments on commit 5c9090b

Please sign in to comment.