Changeset 0fb69dd


Ignore:
Timestamp:
01/23/2005 06:04:43 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
935c600
Parents:
a50b6b7
Message:

Avoiding duplicated text in chapter08

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

Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel-alpha.xml

    ra50b6b7 r0fb69dd  
    1010<indexterm zone="ch-bootable-kernel"><primary sortas="a-Linux">Linux</primary></indexterm>
    1111
    12 <sect2 role="package"><title/>
    13 <para>The Linux package contains the kernel and the header files.</para>
    14 
    15 <segmentedlist>
    16 <segtitle>&buildtime;</segtitle>
    17 <segtitle>&diskspace;</segtitle>
    18 <seglistitem><seg>4.20 SBU</seg>
    19 <seg>181 MB</seg></seglistitem>
    20 </segmentedlist>
    21 
    22 <segmentedlist>
    23 <segtitle>Linux installation depends on</segtitle>
    24 <seglistitem><seg>Bash, Binutils, Coreutils, Findutils,
    25 GCC, Glibc, Grep, Gzip, Make, Modutils, Perl, and Sed</seg></seglistitem>
    26 </segmentedlist>
    27 </sect2>
     12<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     13  href="../chapter08/kernel.xml"
     14  xpointer="xpointer(/sect1/sect2[@role='package'])"/>
    2815
    2916<sect2 role="installation">
     
    174161</sect2>
    175162
    176 
    177 <sect2 id="contents-kernel" role="content"><title>Contents of Linux</title>
    178 
    179 <segmentedlist>
    180 <segtitle>Installed files</segtitle>
    181 <seglistitem><seg>kernel, kernel headers,
    182 and System.map</seg></seglistitem>
    183 </segmentedlist>
    184 
    185 <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    186 <?dbfo list-presentation="list"?>
    187 
    188 <varlistentry id="kernel">
    189 <term><filename>kernel</filename></term>
    190 <listitem>
    191 <para>The engine of the Linux system. When turning on the computer,
    192 the kernel is the first part of the operating system that gets loaded.
    193 It detects and initializes all components of the computer's hardware,
    194 then makes these components available as a tree of files to the
    195 software and turns a single CPU into a multitasking machine capable
    196 of running scores of programs seemingly at the same time.</para>
    197 <indexterm zone="ch-bootable-kernel kernel"><primary sortas="b-kernel">kernel</primary></indexterm>
    198 </listitem>
    199 </varlistentry>
    200 
    201 <varlistentry id="kernel-headers">
    202 <term><filename>kernel headers</filename></term>
    203 <listitem>
    204 <para>Defines the interface to the services that the kernel provides.
    205 The headers in the system's <filename
    206 class="directory">include</filename> directory should
    207 <emphasis>always</emphasis> be the ones against which Glibc was
    208 compiled and therefore, should <emphasis>not</emphasis> be replaced
    209 when upgrading the kernel.</para>
    210 <indexterm zone="ch-bootable-kernel kernel-headers"><primary sortas="e-kernel-headers">kernel headers</primary></indexterm>
    211 </listitem>
    212 </varlistentry>
    213 
    214 <varlistentry id="System.map">
    215 <term><filename>System.map</filename></term>
    216 <listitem>
    217 <para>A list of addresses and symbols; it maps the entry points and
    218 addresses of all the functions and data structures in the
    219 kernel</para>
    220 <indexterm zone="ch-bootable-kernel System.map"><primary sortas="e-/boot/System.map">/boot/System.map</primary></indexterm>
    221 </listitem>
    222 </varlistentry>
    223 </variablelist>
    224 
    225 </sect2>
     163<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     164  href="../chapter08/kernel.xml"
     165  xpointer="xpointer(/sect1/sect2[@role='content'])"/>
    226166
    227167</sect1>
  • chapter08/kernel-ppc.xml

    ra50b6b7 r0fb69dd  
    1010<indexterm zone="ch-bootable-kernel"><primary sortas="a-Linux">Linux</primary></indexterm>
    1111
    12 <sect2 role="package"><title/>
    13 <para>The Linux package contains the kernel and the header files.</para>
    14 
    15 <segmentedlist>
    16 <segtitle>&buildtime;</segtitle>
    17 <segtitle>&diskspace;</segtitle>
    18 <seglistitem><seg>4.20 SBU</seg>
    19 <seg>181 MB</seg></seglistitem>
    20 </segmentedlist>
    21 
    22 <segmentedlist>
    23 <segtitle>Linux installation depends on</segtitle>
    24 <seglistitem><seg>Bash, Binutils, Coreutils, Findutils,
    25 GCC, Glibc, Grep, Gzip, Make, Modutils, Perl, and Sed</seg></seglistitem>
    26 </segmentedlist>
    27 </sect2>
     12<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     13  href="../chapter08/kernel.xml"
     14  xpointer="xpointer(/sect1/sect2[@role='package'])"/>
    2815
    2916<sect2 role="installation">
     
    182169</sect2>
    183170
    184 
    185 <sect2 id="contents-kernel" role="content"><title>Contents of Linux</title>
    186 
    187 <segmentedlist>
    188 <segtitle>Installed files</segtitle>
    189 <seglistitem><seg>kernel, kernel headers,
    190 and System.map</seg></seglistitem>
    191 </segmentedlist>
    192 
    193 <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    194 <?dbfo list-presentation="list"?>
    195 
    196 <varlistentry id="kernel">
    197 <term><filename>kernel</filename></term>
    198 <listitem>
    199 <para>The engine of the Linux system. When turning on the computer,
    200 the kernel is the first part of the operating system that gets loaded.
    201 It detects and initializes all components of the computer's hardware,
    202 then makes these components available as a tree of files to the
    203 software and turns a single CPU into a multitasking machine capable
    204 of running scores of programs seemingly at the same time.</para>
    205 <indexterm zone="ch-bootable-kernel kernel"><primary sortas="b-kernel">kernel</primary></indexterm>
    206 </listitem>
    207 </varlistentry>
    208 
    209 <varlistentry id="kernel-headers">
    210 <term><filename>kernel headers</filename></term>
    211 <listitem>
    212 <para>Defines the interface to the services that the kernel provides.
    213 The headers in the system's <filename
    214 class="directory">include</filename> directory should
    215 <emphasis>always</emphasis> be the ones against which Glibc was
    216 compiled and therefore, should <emphasis>not</emphasis> be replaced
    217 when upgrading the kernel.</para>
    218 <indexterm zone="ch-bootable-kernel kernel-headers"><primary sortas="e-kernel-headers">kernel headers</primary></indexterm>
    219 </listitem>
    220 </varlistentry>
    221 
    222 <varlistentry id="System.map">
    223 <term><filename>System.map</filename></term>
    224 <listitem>
    225 <para>A list of addresses and symbols; it maps the entry points and
    226 addresses of all the functions and data structures in the
    227 kernel</para>
    228 <indexterm zone="ch-bootable-kernel System.map"><primary sortas="e-/boot/System.map">/boot/System.map</primary></indexterm>
    229 </listitem>
    230 </varlistentry>
    231 </variablelist>
    232 
    233 </sect2>
     171<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     172  href="../chapter08/kernel.xml"
     173  xpointer="xpointer(/sect1/sect2[@role='content'])"/>
    234174
    235175</sect1>
  • chapter08/kernel-raq2.xml

    ra50b6b7 r0fb69dd  
    1010<indexterm zone="ch-bootable-kernel"><primary sortas="a-Linux">Linux</primary></indexterm>
    1111
    12 <sect2 role="package"><title/>
    13 <para>The Linux package contains the kernel and the header files.</para>
    14 
    15 <segmentedlist>
    16 <segtitle>&buildtime;</segtitle>
    17 <segtitle>&diskspace;</segtitle>
    18 <seglistitem><seg>4.20 SBU</seg>
    19 <seg>181 MB</seg></seglistitem>
    20 </segmentedlist>
    21 
    22 <segmentedlist>
    23 <segtitle>Linux installation depends on</segtitle>
    24 <seglistitem><seg>Bash, Binutils, Coreutils, Findutils,
    25 GCC, Glibc, Grep, Gzip, Make, Modutils, Perl, and Sed</seg></seglistitem>
    26 </segmentedlist>
    27 </sect2>
     12<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     13  href="../chapter08/kernel.xml"
     14  xpointer="xpointer(/sect1/sect2[@role='package'])"/>
    2815
    2916<sect2 role="installation">
     
    180167</sect2>
    181168
    182 
    183 <sect2 id="contents-kernel" role="content"><title>Contents of Linux</title>
    184 
    185 <segmentedlist>
    186 <segtitle>Installed files</segtitle>
    187 <seglistitem><seg>kernel, kernel headers,
    188 and System.map</seg></seglistitem>
    189 </segmentedlist>
    190 
    191 <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    192 <?dbfo list-presentation="list"?>
    193 
    194 <varlistentry id="kernel">
    195 <term><filename>kernel</filename></term>
    196 <listitem>
    197 <para>The engine of the Linux system. When turning on the computer,
    198 the kernel is the first part of the operating system that gets loaded.
    199 It detects and initializes all components of the computer's hardware,
    200 then makes these components available as a tree of files to the
    201 software and turns a single CPU into a multitasking machine capable
    202 of running scores of programs seemingly at the same time.</para>
    203 <indexterm zone="ch-bootable-kernel kernel"><primary sortas="b-kernel">kernel</primary></indexterm>
    204 </listitem>
    205 </varlistentry>
    206 
    207 <varlistentry id="kernel-headers">
    208 <term><filename>kernel headers</filename></term>
    209 <listitem>
    210 <para>Defines the interface to the services that the kernel provides.
    211 The headers in the system's <filename
    212 class="directory">include</filename> directory should
    213 <emphasis>always</emphasis> be the ones against which Glibc was
    214 compiled and therefore, should <emphasis>not</emphasis> be replaced
    215 when upgrading the kernel.</para>
    216 <indexterm zone="ch-bootable-kernel kernel-headers"><primary sortas="e-kernel-headers">kernel headers</primary></indexterm>
    217 </listitem>
    218 </varlistentry>
    219 
    220 <varlistentry id="System.map">
    221 <term><filename>System.map</filename></term>
    222 <listitem>
    223 <para>A list of addresses and symbols; it maps the entry points and
    224 addresses of all the functions and data structures in the
    225 kernel</para>
    226 <indexterm zone="ch-bootable-kernel System.map"><primary sortas="e-/boot/System.map">/boot/System.map</primary></indexterm>
    227 </listitem>
    228 </varlistentry>
    229 </variablelist>
    230 
    231 </sect2>
     169<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     170  href="../chapter08/kernel.xml"
     171  xpointer="xpointer(/sect1/sect2[@role='content'])"/>
    232172
    233173</sect1>
Note: See TracChangeset for help on using the changeset viewer.