What does the System.map file do?
Kurt Wall
kwall
Mon May 17 11:47:23 PDT 2004
An unnamed Administration source, James McDonald, wrote:
% -----BEGIN PGP SIGNED MESSAGE-----
% Hash: SHA1
%
% Folks,
%
% I have been compiling kernels for the last week or so and I was looking
% inside the System.map to see a list of ? I have no idea.
%
% What is the System.map file for?
System.map is a map, literally, of kernel symbols (functions and data).
If you get a kernel oops, the oops spews out a lot of hex and CPU
register information. Using ksymoops, you can decrypt the oops and
see what the kernel was doing when it hurled, because the data and
register information in the oops "map" directly to the addresses
and entry points (function names) in the System.map file.
Kurt
--
Somewhere, just out of sight, the unicorns are gathering.
More information about the Linux-users
mailing list