Migrated from Original PR
Original PR: dylanaraps#2396
Author: @malik1004x
Branch: master
Changes: +2/-7 lines
Original Description
Description
Only fill in the fields below if relevant.
Features
Issues
Hackintosh detection works by grepping a list of all loaded kexts, which takes a while to load. Skipping this check on ARM processors (on which Hackintoshing is currently impossible) noticeably improves performance (about 150ms on M2 Pro).
TODO
This issue was automatically migrated from the archived dylanaraps/neofetch repository.
The code from the original PR can be cherry-picked or the author can submit a new PR to this fork.
Migrated from Original PR
Original PR: dylanaraps#2396
Author: @malik1004x
Branch:
masterChanges: +2/-7 lines
Original Description
Description
Only fill in the fields below if relevant.
Features
Issues
Hackintosh detection works by grepping a list of all loaded kexts, which takes a while to load. Skipping this check on ARM processors (on which Hackintoshing is currently impossible) noticeably improves performance (about 150ms on M2 Pro).
TODO