Ignore:
Timestamp:
08/08/2004 03:09:34 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
6b85f8a
Parents:
0869f1e
Message:

Tags changes in the contents sections to make a better print output.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    r0869f1e r3ed279f  
    185185</segmentedlist>
    186186
    187 <variablelist><title>Short descriptions</title>
     187<variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     188<?dbfo list-presentation="list"?>
    188189
    189190<varlistentry id="kernel">
    190191<term>The <emphasis>kernel</emphasis></term>
    191192<listitem>
    192 <indexterm zone="ch-bootable-kernel kernel"><primary sortas="b-kernel">kernel</primary></indexterm>
    193193<para>the engine of the Linux system. When turning on your computer,
    194194the kernel is the first part of the operating system that gets loaded.
     
    197197software, and turns a single CPU into a multitasking machine capable
    198198of running scores of programs seemingly at the same time.</para>
     199<indexterm zone="ch-bootable-kernel kernel"><primary sortas="b-kernel">kernel</primary></indexterm>
    199200</listitem>
    200201</varlistentry>
     
    203204<term>The <emphasis>kernel headers</emphasis></term>
    204205<listitem>
    205 <indexterm zone="ch-bootable-kernel kernel-headers"><primary sortas="e-kernel-headers">kernel headers</primary></indexterm>
    206206<para>defines the interface to the services that the kernel provides.
    207207The headers in your system's <filename
     
    210210compiled and therefore, should <emphasis>not</emphasis> be replaced
    211211when upgrading the kernel.</para>
     212<indexterm zone="ch-bootable-kernel kernel-headers"><primary sortas="e-kernel-headers">kernel headers</primary></indexterm>
    212213</listitem>
    213214</varlistentry>
     
    216217<term><filename>System.map</filename></term>
    217218<listitem>
    218 <indexterm zone="ch-bootable-kernel System.map"><primary sortas="e-/boot/System.map">/boot/System.map</primary></indexterm>
    219219<para>is a list of addresses and symbols. It maps the entry points and
    220220addresses of all the functions and data structures in the
    221221kernel.</para>
     222<indexterm zone="ch-bootable-kernel System.map"><primary sortas="e-/boot/System.map">/boot/System.map</primary></indexterm>
    222223</listitem>
    223224</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.