diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-02-19 22:53:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-02-19 22:53:37 +0000 |
commit | 6028823fc862e9b33e7261d4f51d27594da4d0d4 (patch) | |
tree | 4ca57e51b1975664cfa565e02cc3a73e40f5c62a /chapter08/kernel.xml | |
parent | 12c82b50732eb20659f09456b7ebd3ac7bbbb41f (diff) |
Tweak the explanation of System.map
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9192 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 9d8c23437..85948392c 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -127,7 +127,8 @@ <para><filename>System.map</filename> is a symbol file for the kernel. It maps the function entry points of every function in the kernel API, as well as the addresses of the kernel data structures for the running - kernel. Issue the following command to install the map file:</para> + It is used as a resource when investigating kernel problems. + Issue the following command to install the map file:</para> <screen><userinput remap="install">cp -v System.map /boot/System.map-&linux-version;</userinput></screen> |