Click to See Complete Forum and Search --> : Slackware Kernel Config


granatica
05-21-2003, 06:56 PM
Hello,

I am running Slackware 9 with the default bare.i 2.4.20 kernel. I am trying to make some modifications to the kernel. I have the source code but I don't know where to find the original configuration file for the bare.i kernel to do a make oldconfig. Is there a way to decompile the running kernel to get it's config? I'd like to start with the config of the running kernel since I know it's working correctly.

Thanks,

Jason

gleather
05-21-2003, 07:01 PM
/boot/config

You can copy it to /usr/src/linux/.config

granatica
05-22-2003, 10:31 AM
Thanks!