add change to boost script

This commit is contained in:
Jethro Grassie 2020-01-11 21:42:48 -05:00
parent 9ae8907b3e
commit e290995999
No known key found for this signature in database
GPG key ID: DE8ED755616565BB

View file

@ -13,7 +13,7 @@ if cat /proc/cpuinfo | grep "AMD Ryzen" > /dev/null;
elif cat /proc/cpuinfo | grep "Intel" > /dev/null;
then
echo "Detected Intel"
wrmsr -a 0x1a4 6
wrmsr -a 0x1a4 0xf
echo "MSR register values for Intel applied"
else
echo "No supported CPU detected"