|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Recompiling my Kernel
Ok, i just installed redhat 8. I want to recompile the kernel to add pcmcia support to it. Does anyone know if or where redhat puts the .config file it used during the installation to configure the kernel? I really dont want to have to go through each option and set it up one by one. If i could just find the current config setup and then simply add pcmcia support to it, it would make my life much much easier. Thanks for the help!
-Mr.K |
|
#2
|
||||
|
||||
|
Ok, then how about this question. lol
I get the following error's during compilation: Quote:
Is there some way to make my boot sector bigger? lol. Thanks for the help. -Mr.K |
|
#3
|
||||
|
||||
|
Too big.
You need to shrink the system by putting things in modules - put as much as you can in modules, make the whole system run on loadable modules! Ok.. maybe that's not possible, but seriously, put as much in modules as you can instead of building it right into the kernel. Also, did you do 'make bzImage' (as opposed to say... 'make zImage')? [edit] BTW... you can still boot it from the HDD, you just can't put it on a floppy - that's all the message is saying AFAIK [/edit] Last edited by Ctb : March 10th, 2003 at 11:28 PM. |
|
#4
|
|||
|
|||
|
Quote:
It's possible You just have to use an initrd to put some of the more crucial modules (like, your root filesystem) on.</semi-off-topic> |
|
#5
|
||||
|
||||
|
use # make bzImage instead of make zImage for larger kernels
christo
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
|
#6
|
|||
|
|||
|
Quote:
|
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Recompiling my Kernel |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|