Skip to content

Commit

Permalink
Sync revpatch=auto behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Jun 30, 2022
1 parent af0074a commit 18b6eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ _Note_: Apple CPU identifier must be `0x0F01` for 8 core CPUs or higher and `0x0
- `asset` - allows Content Caching when `sysctl kern.hv_vmm_present` returns `1` on macOS 11.3 or newer
- `sbvmm` - forces VMM SB model, allowing OTA updates for unsupported models on macOS 11.3 or newer
- `none` - disable all patching
- `auto` - same as `memtab,pci,cpuname`
- `auto` - same as `memtab,pci,cpuname`, without `memtab` and `pci` patches being applied on real Macs
- `revcpu=value` to enable (`1`, non-Intel default)/disable (`0`, Intel default) CPU brand string patching.
- `revcpuname=value` custom CPU brand string (max 48 characters, 20 or less recommended, taken from CPUID otherwise)

Expand Down

0 comments on commit 18b6eeb

Please sign in to comment.