@@ -24,7 +24,7 @@ _Note_: Apple CPU identifier must be `0x0F01` for 8 core CPUs or higher and `0x0
24
24
- ` -revproc ` to enable verbose process logging (in DEBUG builds)
25
25
- ` revpatch=value ` to enable patching as comma separated options. Default value is ` auto ` .
26
26
- ` memtab ` - enable memory tab in System Information on MacBookAir and MacBookPro10,x platforms
27
- - ` pci ` - prevent PCI configuration warnings on MacPro7,1 platforms
27
+ - ` pci ` - prevent PCI configuration warnings in System Settings on MacPro7,1 platforms
28
28
- ` cpuname ` - custom CPU name in System Information
29
29
- ` diskread ` - disables uninitialized disk warning in Finder
30
30
- ` asset ` - allows Content Caching when ` sysctl kern.hv_vmm_present ` returns ` 1 ` on macOS 11.3 or newer
@@ -34,7 +34,7 @@ _Note_: Apple CPU identifier must be `0x0F01` for 8 core CPUs or higher and `0x0
34
34
- ` revcpu=value ` to enable (` 1 ` , non-Intel default)/disable (` 0 ` , Intel default) CPU brand string patching.
35
35
- ` revcpuname=value ` custom CPU brand string (max 48 characters, 20 or less recommended, taken from CPUID otherwise)
36
36
- ` revblock=value ` to block processes as comma separated options. Default value is ` auto ` .
37
- - ` pci ` - block ExpansionSlotNotification and MemorySlotNotification on Catalina+ (for MacPro7,1 SMBIOS)
37
+ - ` pci ` - prevent PCI and RAM configuration notifications on MacPro7,1 platforms
38
38
- ` gmux ` - block displaypolicyd on Big Sur+ (for genuine MacBookPro9,1/10,1)
39
39
- ` media ` - block mediaanalysisd on Ventura+ (for Metal 1 GPUs)
40
40
- ` none ` - disable all blocking
0 commit comments