Re: System map

Ward Vandewege (ward.vandewege@pandora.be)
Thu, 13 May 1999 16:21:23 +0200


At 13:24 12/05/99 -0500, Matthew Vanecek wrote:
>I have a silly question. I just upgraded my RH system to 6.0. Of
>course, I'd already been well beyond 2.2.5 by then, so I kept my current
>kernel. Now, with 2.2.7 and 2.2.8, when I boot, I get a message
>repeated several times to the effect that /boot/System.map doesn't match
>the kernel version. Is that bad, and is there a way to fix it?

It is not bad. It just means precisely what the messages say: your
/boot/System.map is a version for kernel version 2.2.5, and you are running
another kernel.

Simple solution: you will find that /boot/System.map is a symlink to
/boot/System.map-2.2.5-15

Just delete the symlink, you can leave the /boot/System.map-2.2.5-15 file.

System.map is a list of all kernel functions and their addresses, which is
only needed for debugging purposes.
I believe you can build one yourself with the nm command, but I don't know
the precise syntax.

Hope this helps,
Ward.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/