summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2015-03-12 05:35:20 +0600
committerDaniil Baturin <daniil@baturin.org>2015-03-12 05:35:20 +0600
commit34142557b1cf80850c2de4353b00a04362e7bad5 (patch)
tree6c17d25729471ace84cee0f97baabdb0337960bd
parentba78d80d8386307071225d5940bbc403e6271dfc (diff)
downloadhvinfo-34142557b1cf80850c2de4353b00a04362e7bad5.tar.gz
hvinfo-34142557b1cf80850c2de4353b00a04362e7bad5.zip
Update the README.
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 1f8ca28..8634a17 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# hvinfo
-Yet another hypervisor detection tool, this time in a high level language.
+Yet another hypervisor detection tool, this time in a high level language and
+doesn't want root privileges.
-To build it, you need an Ada 2005 compiler.
+To build it, you need GNAT 4.x or higher (Ada 2005 support required).
+Just use "make" in the top level dir.
-With GCC, do
-
-```
-cd src
-gnatmake hvinfo.adb
-```
+Currently CPUID-based checks that can detect KVM, Xen, VMWare, and Hyper-V
+are supported on any OS, but SMBIOS vendor checks are Linux-specific.
+If you know how to extend them to other OSes, patches are welcome
+(as long as it doesn't require root privileges, as it kinda was the motivation).