machyve / xhyve

xhyve, a lightweight OS X virtualization solution
Other
6.44k stars 354 forks source link

Document how to determine a compatible CPU #135

Closed ClashTheBunny closed 5 years ago

ClashTheBunny commented 7 years ago

It currently takes some digging to check your CPU compatibility. A one liner makes it easy. To determine if your cpu is compatible, run sysctl kern.hv_support at the command line. If the result is 1, you are xhyve ready.

ClashTheBunny commented 5 years ago

:1st_place_medal: Thanks!