This is a discussion on kernel compiling within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi, Because i would like to use software-suspend 2.0, i have to patch and recompile the kernel. I've slack ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, Because i would like to use software-suspend 2.0, i have to patch and recompile the kernel. I've slack 10.0 with 2.4.26 installed (incl. source) What i would like is to have a .config file wich produce the same kernel as it is installed with package kernel-ide-2.4.26-i486-4 Does anybody knows where i can find the .config where the kernel-ide is compiled with. Thanks!! Jeroen |
| |||
| Jeroen Wolff <jeroen@studiowolff.com> schrieb: > Hi, > > Because i would like to use software-suspend 2.0, i have to patch > and recompile the kernel. I've slack 10.0 with 2.4.26 installed (incl. > source) What i would like is to have a .config file wich produce the same > kernel as it is installed with package kernel-ide-2.4.26-i486-4 > Does anybody knows where i can find the .config where the kernel-ide is > compiled with. > Thanks!! /usr/src/linux/.config and /boot/config-ide-2.4.26 |
| |||
| Thanks. I've copied /boot/config-ide-2.4.26 to /usr/src/linux/.config and did a make dep and a make But there is an error: rd.c:88: error: `CONFIG_BLK_DEV_RAM_SIZE' undeclared here (not in a function) Is there something i can do about it? |
| ||||
| Jeroen Wolff <jeroen@studiowolff.com> schrieb: > Thanks. > I've copied /boot/config-ide-2.4.26 to /usr/src/linux/.config > and did a make dep and a make > But there is an error: > > rd.c:88: error: `CONFIG_BLK_DEV_RAM_SIZE' undeclared here (not in a > function) > > Is there something i can do about it? You need to run "make oldconfig" first, then continue with the usual steps to compile the kernel. |