dendrobates-t-azureus/prefetcher_reverse/run-msr.sh
2021-06-28 16:26:02 +02:00

8 lines
142 B
Bash
Executable File

#!/bin/bash
PREFETCH_MSR=$1
sudo wrmsr -a 0x1a4 $PREFETCH_MSR
sudo rdmsr -a 0x1a4
cargo run --release > with-${PREFETCH_MSR}-prefetcher.log