diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-03-12 05:35:20 +0600 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-03-12 05:35:20 +0600 |
commit | 34142557b1cf80850c2de4353b00a04362e7bad5 (patch) | |
tree | 6c17d25729471ace84cee0f97baabdb0337960bd /README.md | |
parent | ba78d80d8386307071225d5940bbc403e6271dfc (diff) | |
download | hvinfo-34142557b1cf80850c2de4353b00a04362e7bad5.tar.gz hvinfo-34142557b1cf80850c2de4353b00a04362e7bad5.zip |
Update the README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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). |