File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ see: [https://developer.apple.com/library/archive/documentation/DeviceDrivers/Co
12
12
## Installation
13
13
- SIP must be disabled (or at least the driver signing feature)
14
14
- set .kext ownership to 0:0
15
- - run ` sudo kextload ./macUSPCIO.kext ` (Driver will unload on each reboot)
16
- - alternatively install using OpenCore or other kext installation method
15
+ - run ` sudo kextload ./macUSPCIO.kext ` (Driver will unload on reboot)
16
+ - alternatively install using OpenCore (persistent) or other kext installation method
17
17
18
- ### Currently only built and tested on macOS 12.1 (Monterey)
19
- * WIP: to build for older versions of macOS*
18
+ ### Supports macOS 10.15+
20
19
21
20
## Security Concern
22
21
This driver exposes internal pci devices to free user space access. This may pose a security risk so use with caution.
You can’t perform that action at this time.
0 commit comments