Hello , I'm trying to write something that can analyze a running kernel and return the kernel parameters that kernel where compiled with (getting to the original autoconf.h that the kernel was compiled with). I thought of using ksyms but to then I understood that represents only the loaded symbols and thus the precompiled module I haven't loaded yet won't show on that check. How does the kernel "know " that a module or kernel is available for loading? Lior. p.s. If any of my questions are a bit lame , please excuse me cause just in the beggining of my kernel-hacking carreer :) . - 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/