diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index ddce15bff..9f4ba9194 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -127,7 +127,7 @@ System.map 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 - It is used as a resource when investigating kernel problems. + kernel. It is used as a resource when investigating kernel problems. Issue the following command to install the map file: cp -v System.map /boot/System.map-&linux-version;