git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18440 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2017-03-05 19:58:30 +00:00
parent ba78ebe23b
commit 1ad296303d

View File

@ -163,12 +163,12 @@
<para>For Intel CPUs an extra program, intel-microcode2ucode, is required. <para>For Intel CPUs an extra program, intel-microcode2ucode, is required.
This is done a little differently since it is only a single source This is done a little differently since it is only a single source
code file. The reason for this is that there are differnet versions code file. The reason for this is that there are different versions
available, but most are specific to commercial distributions.</para> available, but most are specific to commercial distributions.</para>
<para>This program reformats the microcode supplied by Intel into a <para>This program reformats the microcode supplied by Intel into a
format which the kernel can apply. The program format which the kernel can apply. The program
<userinput>intel-microcode2ucode</userinput> is used create the <userinput>intel-microcode2ucode</userinput> is used to create the
individual firmware blobs </para> individual firmware blobs </para>
<para>Create the program by downloading the source file and running:</para> <para>Create the program by downloading the source file and running:</para>
@ -180,7 +180,7 @@
<screen><userinput>install intel-microcode2ucode /usr/bin</userinput></screen> <screen><userinput>install intel-microcode2ucode /usr/bin</userinput></screen>
<para>The next step is to get the most recent version of the Intel <para>The next step is to get the most recent version of the Intel
microcode. The must be done by navigating to microcode. This must be done by navigating to
<ulink url='https://downloadcenter.intel.com/download/26400/Linux-Processor-Microcode-Data-File'/> <ulink url='https://downloadcenter.intel.com/download/26400/Linux-Processor-Microcode-Data-File'/>
and following the instructions there. As of this writing the most recent and following the instructions there. As of this writing the most recent
version of the microcode is <filename>microcode-20161104.tgz</filename>. version of the microcode is <filename>microcode-20161104.tgz</filename>.