Ignore:
Timestamp:
06/20/2005 05:10:31 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1, 6.1.1
Children:
2b7de70
Parents:
9fa9d65
Message:

Fixed bug 1569. Ported from trunk r6044 and r6045.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    r9fa9d65 r497b047  
    5555<para>Configure the kernel via a menu-driven interface. BLFS has some
    5656information regarding particular kernel configuration requirements of
    57 packages outside of LFS at <ulink 
     57packages outside of LFS at <ulink
    5858url="&blfs-root;view/svn/longindex.html#kernel-config-index"><phrase
    5959condition="pdf">&blfs-root;view/svn/
     
    183183<emphasis>must not</emphasis> be created on an LFS system as it can cause
    184184problems for packages you may wish to build once your base LFS system is
    185 complete.</para></warning>
     185complete.</para>
     186
     187<para>Also, the headers in the system's
     188<filename class="directory">include</filename> directory should
     189<emphasis>always</emphasis> be the ones against which Glibc was compiled,
     190that is, the ones from the Linux-Libc-Headers package, and therefore, should
     191<emphasis>never</emphasis> be replaced by the kernel headers.</para></warning>
    186192
    187193</sect2>
     
    192198<segmentedlist>
    193199<segtitle>Installed files</segtitle>
    194 <seglistitem><seg>kernel, kernel headers,
    195 and System.map</seg></seglistitem>
     200<seglistitem><seg>config-&linux-version;, lfskernel-&linux-version;,
     201and System.map-&linux-version;</seg></seglistitem>
    196202</segmentedlist>
    197203
     
    200206<?dbhtml list-presentation="table"?>
    201207
    202 <varlistentry id="kernel">
    203 <term><filename>kernel</filename></term>
     208<varlistentry id="config">
     209<term><filename>config-&linux-version;</filename></term>
     210<listitem>
     211<para>Contains all the configuration selections for the kernel</para>
     212<indexterm zone="ch-bootable-kernel config"><primary sortas="e-/boot/config">/boot/config-&linux-version;</primary></indexterm>
     213</listitem>
     214</varlistentry>
     215
     216<varlistentry id="lfskernel">
     217<term><filename>lfskernel-&linux-version;</filename></term>
    204218<listitem>
    205219<para>The engine of the Linux system. When turning on the computer,
     
    208222then makes these components available as a tree of files to the
    209223software and turns a single CPU into a multitasking machine capable
    210 of running scores of programs seemingly at the same time.</para>
    211 <indexterm zone="ch-bootable-kernel kernel"><primary sortas="b-kernel">kernel</primary></indexterm>
     224of running scores of programs seemingly at the same time</para>
     225<indexterm zone="ch-bootable-kernel lfskernel"><primary sortas="b-lfskernel">lfskernel-&linux-version;</primary></indexterm>
    212226</listitem>
    213227</varlistentry>
    214228
    215 <varlistentry id="kernel-headers">
    216 <term><filename>kernel headers</filename></term>
    217 <listitem>
    218 <para>Defines the interface to the services that the kernel provides.
    219 The headers in the system's <filename
    220 class="directory">include</filename> directory should
    221 <emphasis>always</emphasis> be the ones against which Glibc was
    222 compiled and therefore, should <emphasis>not</emphasis> be replaced
    223 when upgrading the kernel.</para>
    224 <indexterm zone="ch-bootable-kernel kernel-headers"><primary sortas="e-kernel-headers">kernel headers</primary></indexterm>
    225 </listitem>
    226 </varlistentry>
    227 
    228229<varlistentry id="System.map">
    229 <term><filename>System.map</filename></term>
     230<term><filename>System.map-&linux-version;</filename></term>
    230231<listitem>
    231232<para>A list of addresses and symbols; it maps the entry points and
    232233addresses of all the functions and data structures in the
    233234kernel</para>
    234 <indexterm zone="ch-bootable-kernel System.map"><primary sortas="e-/boot/System.map">/boot/System.map</primary></indexterm>
     235<indexterm zone="ch-bootable-kernel System.map"><primary sortas="e-/boot/System.map">/boot/System.map-&linux-version;</primary></indexterm>
    235236</listitem>
    236237</varlistentry>
     
    240241
    241242</sect1>
    242 
Note: See TracChangeset for help on using the changeset viewer.