7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
# Load Intel microcode at boot before the kernel does feature detection.
|
|
#
|
|
# The alternative would have been /etc/rc.conf with:
|
|
# microcode_update_enable="YES"
|
|
cpu_microcode_load="YES"
|
|
cpu_microcode_name="/boot/firmware/intel-ucode.bin"
|