Hello, I can export a single variable (i.e. put an entry for it in the kernel symbol table) by writing EXPORT_SYMBOL(var); Is there any way I can force *all* of the variables defined in the kernel to be exported? I'm writing a kind of kernel debugger, so I need *every* kernel symbol to be in the symbol table. I don't mind messing around with Makefiles and things if that's what is needed - I just need some pointers to where it gets decided what goes in the symbol table and what doesn't. Thanks in advance. Cheers, Bill. -- Dr. William Bland. Computer Programmer, UK. www.abstractnonsense.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/