There are two files in the /boot directory that I don't understand:
System.map
module-info
Both are typcially symbolic links to other files. The System.map file is
also in the /usr/src/linux file and is generated anew during the kernel
compilation process but I am not certain which make xxx function
generates it (where xxx= dep, clean, bzImage, modules, or
modules_install) since I usually compile with all of the commands in a
single line with the && shell function.
I would be most grateful for elucidation on the subject since I have not
been able to find anything in the kernel HOWTO or in any of the many
linux books that I have.
Thanks
Tom