Re: Kernel Compilation
From: General Schvantzkoph (schvantzkoph_at_yahoo.com)
Date: 07/29/05
- Next message: CBFalconer: "Re: Checksum - OT?"
- Previous message: Laurenz Albe: "Re: Installation Questions"
- In reply to: vkj: "Re: Kernel Compilation"
- Next in thread: Nico Kadel-Garcia: "Re: Kernel Compilation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 29 Jul 2005 03:58:10 -0400
On Thu, 28 Jul 2005 19:02:19 -0700, vkj wrote:
> Hi all,
>
> Thanks a lot for your comments.
>
>> I'd urge you to grab a Core 4 update FTP site and install the RPM or build
>> from the SRPM. It will also iinform you of dependencies on glibc, modutils,
>> and other packages that you may encounter.
>>
>> Why not simply upgrade to FC4 and then do the updates? FC2 is now
>> deprectated.
>
> The purpose of this exercise is to teach me about linux kernel. I am
> learning how to build the kernel from the sources and to write my own
> modules & drivers. So installing the newer kernel using rpm will not
> server my purpose, though will take care of all the headache.
>
> Okay, I have more questions. I am going to post them in a seperate
> thread.
>
> Cordially
> Vineet
You can put the kernel source directory any where you want. The procedure
for building a kernel is as follows,
make gconfig
(This brings up a configuration GUI, you select the options that you want
and then save them in the .config file)
make all
(make everything, you can do this as a user or as root)
make modules_install
(installs the modules, you need to be root to do this)
make install
(install the kernel, also updates /etc/grub.conf or /etc/lilo.conf)
- Next message: CBFalconer: "Re: Checksum - OT?"
- Previous message: Laurenz Albe: "Re: Installation Questions"
- In reply to: vkj: "Re: Kernel Compilation"
- Next in thread: Nico Kadel-Garcia: "Re: Kernel Compilation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|