mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-16 17:25:08 +01:00
Rewrote the NOTE section on kernel page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6470 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9041d47ec1
commit
a5db5e7ff7
@ -107,6 +107,9 @@ First a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>July 9th, 2005 [archaic]: Rewrote kernel notes.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>July 9th, 2005 [matt]: Added information regarding security
|
<listitem><para>July 9th, 2005 [matt]: Added information regarding security
|
||||||
mailing lists and freshmeat to chapter09/whatnow.xml. Fixes bug 1583. Thanks
|
mailing lists and freshmeat to chapter09/whatnow.xml. Fixes bug 1583. Thanks
|
||||||
to Steve Crosby for the report and the suggested text.</para></listitem>
|
to Steve Crosby for the report and the suggested text.</para></listitem>
|
||||||
|
@ -62,15 +62,6 @@ url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>:</para>
|
|||||||
situations. See the <filename>README</filename> file for more
|
situations. See the <filename>README</filename> file for more
|
||||||
information.</para>
|
information.</para>
|
||||||
|
|
||||||
<note><para>When configuring the kernel, be sure to enable the <quote>Support
|
|
||||||
for hot-pluggable devices</quote> option under the <quote>General Setup</quote>
|
|
||||||
menu. This enables hotplug events that are used by <command>udev</command> to
|
|
||||||
populate the <filename class="directory">/dev</filename> directory with device
|
|
||||||
nodes. Likewise, enable the <quote>Virtual memory file system support</quote>
|
|
||||||
option under the <quote>File systems</quote>/<quote>Pseudo filesystems</quote>
|
|
||||||
menu. This enables the virtual filesystem that the <filename
|
|
||||||
class="directory">/dev</filename> directory will be mounted on.</para></note>
|
|
||||||
|
|
||||||
<para>If desired, skip kernel configuration by copying the kernel
|
<para>If desired, skip kernel configuration by copying the kernel
|
||||||
config file, <filename>.config</filename>, from the host system
|
config file, <filename>.config</filename>, from the host system
|
||||||
(assuming it is available) to the unpacked <filename
|
(assuming it is available) to the unpacked <filename
|
||||||
@ -79,10 +70,12 @@ we do not recommend this option. It is often better to explore all the
|
|||||||
configuration menus and create the kernel configuration from
|
configuration menus and create the kernel configuration from
|
||||||
scratch.</para>
|
scratch.</para>
|
||||||
|
|
||||||
<note><para>NPTL requires the kernel to be compiled with GCC 3.x, in
|
<note><para>NPTL requires the kernel to be compiled with GCC-3.x, in this case
|
||||||
this case &gcc-version;. Compiling with 2.95.x is known to cause failures in
|
&gcc-version;. Compiling with 2.95.x is known to cause failures in the Glibc
|
||||||
the glibc test suite, so it is not recommended to compile the kernel
|
test suite, so it is not recommended to compile the kernel with gcc 2.95.x.
|
||||||
with gcc 2.95.x.</para></note>
|
Normally, this wouldn't be mentioned as LFS doesn't build GCC-2.95.x.
|
||||||
|
Unfortunately, the kernel documentation is outdated and still claims GCC-2.95.3
|
||||||
|
is the recommended compiler.</para></note>
|
||||||
|
|
||||||
<para>Compile the kernel image and modules:</para>
|
<para>Compile the kernel image and modules:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user