[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question regarding EXPORT_SYMBOL again
On Fri, Aug 24, 2001 at 11:54:04PM -0700, jeff_zzz2001@yahoo.com wrote:
> I think I probably didn't fully understand what exactly "EXPORT_SYMBOL" do?
> Could someone give me some hints here?
basically it adds the symbol to the symbol table so that the module load
procedure can locate it. Compare the contents of /proc/ksyms vs. System.map - the first
shows symbols that can be found by modules.
john
--
"That's just kitten-eating wrong."
- Richard Henderson
-
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
IRC Channel: irc.openprojects.net / #kernelnewbies
Web Page: http://www.kernelnewbies.org/