Adam McKenna wrote:
> 
> Saving your kernel configuration...
> 
> *** End of Linux kernel configuration.
> *** Check the top-level Makefile for additional configuration.
> *** Next, you may run 'make zImage', 'make zdisk', or 'make zlilo.'

        Hmm..I get this:
Saving your kernel configuration...

*** End of Linux kernel configuration.
*** Check the top-level Makefile for additional configuration.
*** Next, you must run 'make dep'.
        
        actually make clean is missing, but I read that in a HOWTO somewhere.
The way to go is:

        make mrproper
        make menuconfig (config, xconfig)
        make dep
        make clean
        make modules
        make modules_install
        
        then bzlilo I guess, but I always copy bzImage and System.map to /boot
and edit /etc/lilo.conf by hand.

best regards

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

Reply via email to