On Wednesday 02 May 2001 11:38, Jack Bowling wrote:
> On 02 May 2001 07:41:08 -0500, Nitebirdz wrote:
> > On Tue, 1 May 2001, girish ramchandra wrote:
> > > Date: Tue, 1 May 2001 21:07:41 -0700 (PDT)
> > > From: girish ramchandra <[EMAIL PROTECTED]>
> > > Reply-To: [EMAIL PROTECTED]
> > > To: [EMAIL PROTECTED]
> > > Subject: re: kernel comp
> > >
> > > hi
> > >
> > >
> > > any body can tell me how to compail the kerenel in
> > > step by step format
> > >
> > >
> > > pls
> > > thanx
> > > girish
> >
> > Really basic rundown:
> >
> > make mrproper
> > make config | make menuconfig | make xconfig (pick one)
> > make dep
> > make bzimage
> > make modules
> > make modules_install
> > add changes to /etc/lilo.conf
>
> Forgot one very important step:
>
> run /sbin/lilo after making changes to /etc/lilo.conf
>
> jb
>
There's a small typo above: "make bzimage" should read "make
bzImage" (capital 'I').
You'll also need to copy & rename the System.map and bzImage files.
System.map will be in /usr/src/linux-x.x.x/, do a "cp System.map
/boot/System.map-2.2.19-1" (substitue the correct kernel version -
extraversion numbers for 2.2.19-1).
The bzImage file (your newly compiled kernel) will be in
/usr/src/linux-x.x.x/arch/i386/boot (if you compiled for intel
processor); cd into the ../arch/i386/boot directory and do a "cp
bzImage /boot/vmlinuz-2.2.19-1" (again, substitue the correct kernel
version - extraversion numbers for 2.2.19-1).
As jb said, don't forget to edit /etc/lilo.conf, and run /sbin/lilo.
--
Larry Grover, PhD
Assoc Prof of Physiology
Marshall Univ Sch of Med
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list