Created
May 19, 2011 17:40
-
-
Save roelven/981304 to your computer and use it in GitHub Desktop.
64bit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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