|
@@ -40,6 +40,12 @@
|
|
|
<sect2 role="installation">
|
|
|
<title>Installation of the kernel</title>
|
|
|
|
|
|
+ <para>First, fix a bug that causes a kernel panic on some systems:</para>
|
|
|
+
|
|
|
+<screen><userinput remap="pre">sed -i -e 's/inline void rdtsc_barrier/__always_inline void rdtsc_barrier/' \
|
|
|
+ arch/x86/include/asm/system.h</userinput></screen>
|
|
|
+
|
|
|
+
|
|
|
<para>Building the kernel involves a few steps—configuration,
|
|
|
compilation, and installation. Read the <filename>README</filename> file
|
|
|
in the kernel source tree for alternative methods to the way this book
|