This is a discussion on .config of bare.i? within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi, I've tried compiling a kernel for myself, but I got discouraged because many of the options of the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I've tried compiling a kernel for myself, but I got discouraged because many of the options of the kernel config confused me. the help is nice, but 2.4's menuconfig seems to have some bugs, too, so it's quite difficult for me. To have the kernel config file for the bare.i kernel that ships with Slack 10 would help me a lot, I reckon. Is there somewhere I could get it, or is it even provided with the kernel sources on the CD (I couldn't distinguish it by looking at it...)? regards, ~Mik -- Top-Bottom Programming never gets you where you wanted to go. Bottom-Top Programming gets you where you never wanted to go. while not life: sleep((sleep.normal_time - 5h)); eat(mode=fast); pc_mainloop() |
| |||
| On Tue, 5 Oct 2004, Mario Berger wrote: > To have the kernel config file for the bare.i kernel that ships with > Slack 10 would help me a lot, I reckon. Is there somewhere I could get > it, or is it even provided with the kernel sources on the CD (I couldn't > distinguish it by looking at it...)? on your cdrom, ./kernels/bare.i/config copy it to .config in your work area, of course, before mucking with it. it the kernel you are compiling is a later version than the one on your cdrom, be sure to do 'make oldconfig' before 'make dep bzImage' newbies should never 'make config', very confusing. use 'make menuconfig' to reconfigure an existing .config file. then do the usual make dep bzImage dance. -- Fire the Liars - Impeach Bush and Cheney! Prosecute the criminals - Indict Rumsfeld and Ashcroft! Corruption starts at the top. William Hunt, Portland Oregon USA |
| |||
| Mario Berger wrote: > Hi, > > I've tried compiling a kernel for myself, but I got discouraged because > many of the options of the kernel config confused me. the help is nice, > but 2.4's menuconfig seems to have some bugs, too, so it's quite > difficult for me. > To have the kernel config file for the bare.i kernel that ships with > Slack 10 would help me a lot, I reckon. Is there somewhere I could get > it, or is it even provided with the kernel sources on the CD (I couldn't > distinguish it by looking at it...)? > Your current kernel's .config should be in /boot/config-something. Just copy that to .config. |
| ||||
| Mario Berger wrote: > Hi, > > I've tried compiling a kernel for myself, but I got discouraged because > many of the options of the kernel config confused me. the help is nice, > but 2.4's menuconfig seems to have some bugs, too, so it's quite > difficult for me. > To have the kernel config file for the bare.i kernel that ships with > Slack 10 would help me a lot, I reckon. Is there somewhere I could get > it, or is it even provided with the kernel sources on the CD (I couldn't > distinguish it by looking at it...)? > > regards, > ~Mik Other than the original (or the present) config being in /boot/config-ide-2.4.26 or whatever file, you can find it on the Slackware mirrors if you go to Slackware-10.0/kernels/* etc... -- Eggheads unite! You have nothing to lose but your yolks. -- Adlai Stevenson |