How to build RyzenAdj for macOS
- Monitoring functions like
./ryzenadj --infonot working- adjustment only
- cmake (via Homebrew)
| #!/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 |
| moved to https://github.com/b00t0x/CpuTopologyRebuild |
How to build RyzenAdj for macOS
./ryzenadj --info not working
| #!/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', |