Re: [Q] System.map version control

From: Keith Owens (kaos@ocs.com.au)
Date: Tue Jul 11 2000 - 21:21:22 EST


On Tue, 11 Jul 2000 18:05:39 -0300,
"Kevin Winchester" <kwin@nbnet.nb.ca> wrote:
>When I build a new kernel I get a new System.map
>file, which I copy to /boot/System.map-x.y.z, to
>not overwrite the old one. If I want to boot
>both the old and new kernels, with different
>System.map files, how do I instruct the kernel
>as to which one to use?

Firstly, the kernel does not use System.map at all. Various user space
utilities use it for reporting and debugging but the kernel only uses
the data in the loaded binary.

Secondly, add this line to /etc/rc.d/rc.sysinit, just after you mount /
in read/write mode.

ln -sf /boot/System.map-`uname -r` /boot/System.map

-
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 : Sat Jul 15 2000 - 21:00:14 EST