Skip to content

Instantly share code, notes, and snippets.

@roelven
Created May 19, 2011 17:40
Show Gist options
  • Save roelven/981304 to your computer and use it in GitHub Desktop.
Save roelven/981304 to your computer and use it in GitHub Desktop.
64bit
Roel@Eli:~/Sites/soundcloud [git:master] $ ioreg -l -p IODeviceTree | grep firmware-abi
| | "firmware-abi" = <"EFI64">
Roel@Eli:~/Sites/soundcloud [git:master] $ sudo systemsetup -setkernelbootarchitecture x86_64
Password:
setting kernel architecture to: x86_64
changes to kernel architecture have been saved.
=====================
Roel@Eli:~ $ sudo systemsetup -setkernelbootarchitecture i386
Password:
setting kernel architecture to: i386
changes to kernel architecture have been saved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment