diff options
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 41f658c04..8995f4264 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -43,6 +43,10 @@ recommends that this command be issued prior to <emphasis>each</emphasis> kernel compilation. You shouldn't rely on the source tree being clean after un-tarring.</para> +<para>Fix an exploitable bug in FPU exception handling code:</para> + +<screen><userinput>patch -Np1 -i ../linux-&linux-version;-fpu-1.patch</userinput></screen> + <para>Configure the kernel via a menu-driven interface:</para> <screen><userinput>make menuconfig</userinput></screen> |