On Sun, Jan 20, 2002 at 07:23:27PM -0800, David Csercsics wrote: > I had to recompile my kernel today because my sound wasn't working right and > a couple other things weren't working. So I recompiled it and everything > works but I get a warning now about /boot/system.map not matching kernel > data....what do I do to fix that.
cp <kernel directory> cp System.map /boot/System.map-<kernel-version> that is, if you have something like /boot/bzImage-<kernel-version> for your kernel. If you just have /boot/bzImage or other with no version, then just cp System.map /boot/System.map [or /boot/system.map in your case...] - Adam