[EMAIL PROTECTED] (James Antill)  wrote on 10.04.99 in <[EMAIL PROTECTED]>:

> Borries Demeler <[EMAIL PROTECTED]> writes:

> > Next, run:
> >
> > "make dep; make clean; make bzImage; make modules; make modules_install"
>
>  Something that might help is...
>
>  ftp://ftp.and.org/pub/linux/kernels/compile_kernel
>
>  It's just a simple script that goes into /usr/src/linux and does the
> above magic for you.
>  I wrote it because I couldn't be bothered doing it all each time,
> maybe it'll be usefull to others.

And if you ever happen to be on Debian, install the kernel-package  
package, and after doing the configuration (make config, make menuconfig,  
or make xconfig, and don't forget the SMP=1 change), run
         make-kpkg --revision some.label.here kernel-image
which will produce a kernel-image_<version>-some.label.here_arch.deb that  
you can then install (dpkg -i filename.deb) just like any other package.

You probably want to use a revision label that starts with a letter to  
make sure you don't accidentally install an updated distribution kernel  
revision over your hand-crafted one. I usually call my kernels kai.1,  
kai.2, and so on.

MfG Kai
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to