Skip to content

Instantly share code, notes, and snippets.

@d0minicw0ng
Created January 29, 2015 11:54
Show Gist options
  • Save d0minicw0ng/216b569bfe35d5257b02 to your computer and use it in GitHub Desktop.
Save d0minicw0ng/216b569bfe35d5257b02 to your computer and use it in GitHub Desktop.
Check if your Macbook is 64bit compatible
# It returns a value called hw.cpu64bit_capable which is either 0 (not 64 bit compatible) or 1 (64 bit compatible)
sysctl hw | grep 64bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment