Changeset d317418 for chapter08


Ignore:
Timestamp:
07/09/2005 09:13:31 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
35567ae
Parents:
0d2f023
Message:

Rewrote the NOTE section on kernel page. (merged from trunk r6470 and r6471)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6472 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    r0d2f023 rd317418  
    6565information.</para>
    6666
    67 <note><para>When configuring the kernel, be sure to enable the <quote>Support
    68 for hot-pluggable devices</quote> option under the <quote>General Setup</quote>
    69 menu. This enables hotplug events that are used by <command>udev</command> to
    70 populate the <filename class="directory">/dev</filename> directory with device
    71 nodes. Likewise, enable the <quote>Virtual memory file system support</quote>
    72 option under the <quote>File systems</quote>/<quote>Pseudo filesystems</quote>
    73 menu. This enables the virtual filesystem that the <filename
    74 class="directory">/dev</filename> directory will be mounted on.</para></note>
    75 
    7667<para>If desired, skip kernel configuration by copying the kernel
    7768config file, <filename>.config</filename>, from the host system
     
    8273scratch.</para>
    8374
    84 <note><para>NPTL requires the kernel to be compiled with GCC 3.x, in
    85 this case &gcc-version;. Compiling with 2.95.x is known to cause failures in
    86 the glibc test suite, so it is not recommended to compile the kernel
    87 with gcc 2.95.x.</para></note>
     75<note><para>NPTL requires the kernel to be compiled with GCC-3.x, in this case
     76&gcc-version;. It is not recommended to compile the kernel with GCC-2.95.x, as
     77this causes failures in the Glibc test suite. Normally, this wouldn't be
     78mentioned as LFS doesn't build GCC-2.95.x. Unfortunately, the kernel
     79documentation is outdated and still claims GCC-2.95.3 is the recommended
     80compiler.</para></note>
    8881
    8982<para>Compile the kernel image and modules:</para>
Note: See TracChangeset for help on using the changeset viewer.