Changeset d2f9350


Ignore:
Timestamp:
06/17/2005 06:06:51 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8ccf66e1
Parents:
0eb01c0f
Message:

Reworded the kernel page as per bug 1569 comments.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    r0eb01c0f rd2f9350  
    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"/>:</para>
    5959
     
    179179<emphasis>must not</emphasis> be created on an LFS system as it can cause
    180180problems for packages you may wish to build once your base LFS system is
    181 complete.</para></warning>
     181complete.</para>
     182
     183<para>Also, the headers in the system's
     184<filename class="directory">include</filename> directory should
     185<emphasis>always</emphasis> be the ones against which Glibc was compiled,
     186that is, the ones from the Linux-Libc-Headers package, and therefore, should
     187<emphasis>never</emphasis> be replaced by the kernel headers.</para></warning>
    182188
    183189</sect2>
     
    188194<segmentedlist>
    189195<segtitle>Installed files</segtitle>
    190 <seglistitem><seg>kernel, kernel headers,
    191 and System.map</seg></seglistitem>
     196<seglistitem><seg>config-&linux-version;, lfskernel-&linux-version;,
     197and System.map-&linux-version;</seg></seglistitem>
    192198</segmentedlist>
    193199
     
    196202<?dbhtml list-presentation="table"?>
    197203
    198 <varlistentry id="kernel">
    199 <term><filename>kernel</filename></term>
     204<varlistentry id="config">
     205<term><filename>config-&linux-version;</filename></term>
     206<listitem>
     207<para>Contains all the configuration selections for the kernel</para>
     208<indexterm zone="ch-bootable-kernel config"><primary sortas="e-/boot/config">/boot/config-&linux-version;</primary></indexterm>
     209</listitem>
     210</varlistentry>
     211
     212<varlistentry id="lfskernel">
     213<term><filename>lfskernel-&linux-version;</filename></term>
    200214<listitem>
    201215<para>The engine of the Linux system. When turning on the computer,
     
    204218then makes these components available as a tree of files to the
    205219software and turns a single CPU into a multitasking machine capable
    206 of running scores of programs seemingly at the same time.</para>
    207 <indexterm zone="ch-bootable-kernel kernel"><primary sortas="b-kernel">kernel</primary></indexterm>
     220of running scores of programs seemingly at the same time</para>
     221<indexterm zone="ch-bootable-kernel lfskernel"><primary sortas="b-lfskernel">lfskernel</primary></indexterm>
    208222</listitem>
    209223</varlistentry>
    210224
    211 <varlistentry id="kernel-headers">
    212 <term><filename>kernel headers</filename></term>
    213 <listitem>
    214 <para>Defines the interface to the services that the kernel provides.
    215 The headers in the system's <filename
    216 class="directory">include</filename> directory should
    217 <emphasis>always</emphasis> be the ones against which Glibc was
    218 compiled and therefore, should <emphasis>not</emphasis> be replaced
    219 when upgrading the kernel.</para>
    220 <indexterm zone="ch-bootable-kernel kernel-headers"><primary sortas="e-kernel-headers">kernel headers</primary></indexterm>
    221 </listitem>
    222 </varlistentry>
    223 
    224225<varlistentry id="System.map">
    225 <term><filename>System.map</filename></term>
     226<term><filename>System.map-&linux-version;</filename></term>
    226227<listitem>
    227228<para>A list of addresses and symbols; it maps the entry points and
    228229addresses of all the functions and data structures in the
    229230kernel</para>
    230 <indexterm zone="ch-bootable-kernel System.map"><primary sortas="e-/boot/System.map">/boot/System.map</primary></indexterm>
     231<indexterm zone="ch-bootable-kernel System.map"><primary sortas="e-/boot/System.map">/boot/System.map-&linux-version;</primary></indexterm>
    231232</listitem>
    232233</varlistentry>
     
    236237
    237238</sect1>
    238 
Note: See TracChangeset for help on using the changeset viewer.