Skip to content

Instantly share code, notes, and snippets.

@andrzejkaszkowiak
Created October 1, 2020 06:10
Show Gist options
  • Save andrzejkaszkowiak/8e0a37b60c0582a54c31b25341105542 to your computer and use it in GitHub Desktop.
Save andrzejkaszkowiak/8e0a37b60c0582a54c31b25341105542 to your computer and use it in GitHub Desktop.
Check for VT-x support on Mac
#!/bin/bash
sysctl -a | grep machdep.cpu.features | grep VMX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment