From 34142557b1cf80850c2de4353b00a04362e7bad5 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 12 Mar 2015 05:35:20 +0600 Subject: Update the README. --- README.md | 16 ++++++++-------- 1 file 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). -- cgit v1.2.3