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 d56cac861..ccba83381 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -45,6 +45,10 @@ in the kernel source tree for alternative methods to the way this book configures the kernel.</para> + <para>Fix a bug in the memory model code that can cause boot failures:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&linux-mm_locking-patch;</userinput></screen> + <para>Prepare for compilation by running the following command:</para> <screen><userinput remap="pre">make mrproper</userinput></screen> |