[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: compiling a kernel?



If you want it really really short....
apt-cache search kernel-image

You will get a variety of hits
Choose 1

apt-get install kernel-image...

You dont need anything else, It will modify lilo.conf, etc etc, and you just reboot :)

If you wanna really compile a kernel, In debian you can use some neat packages but the standard way to do it
download the source
make xconfig
make dep
make bzImage
make modules
make modules_install
copy bzImage from /usr/src/linux/arch/i386/boot/bzImage /boot/
edit lilo.conf
run lilo
Just reboot,
Kapil


Kapil

On Sat, 4 May 2002 15:08:13 +0300
"Tuomo Karhu" <miikku@reimari.net> wrote:

> Could you give me main commands and short help/explanation howto compile debian kernel?
> 
> Thanks.
> 
> Tuomo Karhu
> 


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: