lspci and dmidecode under MacOS X
2020. 3. 23. 06:22ㆍOS
Thanks goes to a guys from coreboot for the DirectHW kernel driver and framework that emulates the most commonly used hardware access functions on x86 machines under Mac OS X.
DirectHW is free software and released under the license ISC-L.
Build the DMG installer with kernel driver and framework:
git clone http://review.coreboot.org/directhw.git
cd direchw/macos make directhw |
A couple of people having trouble building DirectHW, so you can download from mirror
Build and install pciutils-3.1.7:
|
Build and install dmidecode-2.11:
|
Don’t forget to load the kernel extension:
Great, now you can use lspci, dmidecode, etc… don’t forget to use sudo:
|
'OS' 카테고리의 다른 글
macOS 다시 설치하기 (0) | 2020.03.25 |
---|---|
TLS 1.0, 1.1 지원 삭제 (2020년 완료 예정) (0) | 2019.11.21 |
맥에서 TCPDUMP로 패킷 캡쳐하기 (0) | 2019.11.21 |
dmidecode - 리눅스 물리 메모리 용량, 제조사 등 확인 방법 (0) | 2019.11.13 |
리눅스 메모리 용량 확인 (0) | 2019.10.23 |