mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
# ioreg
|
|
# show I/O Kit registry (Mac OS X)
|
|
|
|
# find out the arch of the efi firmware in a Mac
|
|
ioreg -l -p IODeviceTree | grep firmware-abi
|
|
|