add change to boost script
This commit is contained in:
parent
9ae8907b3e
commit
e290995999
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if cat /proc/cpuinfo | grep "AMD Ryzen" > /dev/null;
|
||||||
elif cat /proc/cpuinfo | grep "Intel" > /dev/null;
|
elif cat /proc/cpuinfo | grep "Intel" > /dev/null;
|
||||||
then
|
then
|
||||||
echo "Detected Intel"
|
echo "Detected Intel"
|
||||||
wrmsr -a 0x1a4 6
|
wrmsr -a 0x1a4 0xf
|
||||||
echo "MSR register values for Intel applied"
|
echo "MSR register values for Intel applied"
|
||||||
else
|
else
|
||||||
echo "No supported CPU detected"
|
echo "No supported CPU detected"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue