1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

sysutils/cpu-microcode-rcの動きのおさらい

1
Posted at
ports から CPU に合わせたのんインスコする
* amd
cd /usr/ports/sysutils/cpu-microcode-amd && /usr/bin/bmake install
* intel
cd /usr/ports/sysutils/cpu-microcode-intel && /usr/bin/bmake install
コア数を調べる
/sbin/sysctl -n hw.ncpu
/dev/cpuctl? を使えるように カーネルモジュールをロードする
/sbin/kldload cpuctl
最初に調べたコアの分実行する
/usr/sbin/cpucontrol -u -d /usr/local/share/cpucontrol/ /dev/cpuctl0

/dev/cpuctl の数は 0 から数える事

お察しくださいw

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?