aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/kernel-desc.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-12 23:23:50 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-12 23:23:50 +0000
commit58882995289b0b69420b13297bf87c4b4d398192 (patch)
treeff191d33957a2df74a39f4d20c26fbf421e2ca3d /appendixa/kernel-desc.xml
parent12c8f83b75be00e9e884761ea688d5f8aa5b30d1 (diff)
Moving stuff from appendix A to chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3161 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/kernel-desc.xml')
-rw-r--r--appendixa/kernel-desc.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/appendixa/kernel-desc.xml b/appendixa/kernel-desc.xml
index ab7119f87..3114f603f 100644
--- a/appendixa/kernel-desc.xml
+++ b/appendixa/kernel-desc.xml
@@ -1,5 +1,3 @@
-<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-
<sect2><title>Short descriptions</title>
<para>The <emphasis>kernel</emphasis> is the engine of your GNU/Linux system.
@@ -15,5 +13,9 @@ services that the kernel provides. The headers in your system's
the ones against which Glibc was compiled and should therefore
<emphasis>not</emphasis> be replaced when upgrading the kernel.</para>
+<para>The <filename>System.map</filename> file is a list of addresses and
+symbols. It maps the entry points and addresses of all the functions and data
+structures in the kernel.</para>
+
</sect2>