On 07 May 2001 11:29:56 -0400, Hai Xu wrote:
> After I compile and upgrade to a newer Kernel, do I need to copy the
> System.map from /usr/src/linux/ to /boot/System-xxxx and link it to
> System.map

yes, you do. but System.map is only needed to do symbol lookups, for
times like debugging.

note most distributions link /boot/System.map to the correct System.map
(in boot) on startup. if your's does not, its a simple script:

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


-- 
Robert M. Love
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to