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 rml@tech9.net rml@ufl.edu- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/