I need to get the config of the currently running kernel, normally i would look in /boot for a config-$(uname -r) or on some systems /proc/config.gz however neither of these are present. There is a config in /usr/lib/modules/$(uname -r) does this reflect the config of the current kernel?
Running FSB31