You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2023. It is now read-only.
Implement check tool for HAXM
It is required that the host operating system to meet the environmental
requirements to execute HAXM. This utility is used to check the system
environment for HAXM.
It supports:
* To check below system status:
- Intel CPU vendor
- Long (64-bit) mode support status
- VMX support status
- VMX enabling status
- EPT support status
- NX support status
- NX enabling status
- Hyper-V disabling status
- OS version
- OS architecture
- Guest occupancy status
* Running on Windows and macOS.
Signed-off-by: Wenchao Wang <wenchao.wang@intel.com>