Re: info on System.map

From: Thomas Molina (tmolina@home.com)
Date: Tue May 16 2000 - 13:46:48 EST


On Tue, 16 May 2000, Allen Brown wrote:

> I assume the /boot/System.map file should be different for different
> kernels. If so, how can we control this? With LILO I can pick
> several kernels. But I don't see any way to choose different
> System.map files.

They should, indeed, be for different kernels. I keep about six to
eight kernels available in /boot. I choose the appropriate System.map
file in rc.sysinit by including the following two lines just after
mounting local filesystems:

v_kernel=`cat /proc/cmdline|cut -d"=" -f2|cut -d" " -f1`
ln -sf /boot/$v_kernel.map /boot/System.map

I'm not absolutely certain that is the proper place, especially since I
have heavily modified RedHat's stuff.

-
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/



This archive was generated by hypermail 2b29 : Tue May 23 2000 - 21:00:11 EST