| 1x1 | 2x2 | 4x4 | 8x8 | 16x16 | |
|---|---|---|---|---|---|
| 20 MHz | 172 | 344 | 688 | ||
| 40 MHz | 344 | 688 | 1376 |
| | 1x1| 2x2| 3x3| 4x4| 8x8|16x16|
| #!/usr/bin/env ruby | |
| require 'fileutils' | |
| firmwares = { | |
| # 'AX411NGW' => 'iwlwifi-so-a0-gf4-a0', | |
| 'AX210NGW' => 'iwlwifi-ty-a0-gf-a0', | |
| 'AX200NGW' => 'iwlwifi-cc-a0', | |
| '9560NGW' => 'iwm-9000', | |
| '8265NGW' => 'iwm-8265', |
How to build RyzenAdj for macOS
./ryzenadj --info not working
| moved to https://github.com/b00t0x/CpuTopologyRebuild |
| #!/bin/bash | |
| locale=`defaults read -g AppleLocale | cut -c 1-2` | |
| cpu_name=`sysctl -n machdep.cpu.brand_string | sed -e 's/ *$//'` | |
| target="/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/Resources/${locale}.lproj/AppleSystemInfo.strings" | |
| if [ $# -ge 1 ]; then | |
| cpu_name=$1 | |
| fi |