On Tue, 20 Jun 2000 14:07:35 +0530 (IST), 
Syed Khaleelulla <[EMAIL PROTECTED]> wrote:
>  I wanted to know the difference between the ksyms & System.map files.

System.map contains all non-stack symbols in the built in kernel, it
does not contain any module symbols.  ksyms contains only symbols that
the kernel or modules want to make available to modules.  The kernel
does not blindly export all symbols, the list is restricted to those
that have to be accessed by modules.

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to