You don't need to anymore.
> My steps are:
>
> cd ~/kernel/
> tar xvzf linux-2.5.49.tar.gz
> cd linux-2.5.49
> make mrproper
> make config - (output below), choosing all default options except for
> processor type
> make dep - which fails with following output:
Try:
cd ~/kernel/
tar -xvzf linux-2.5.49.tar.gz
cd linux-2.5.49
make config, (or make menuconfig, etc)
make bzImage
cp arch/i386/boot/bzImage /path/to/kernel/images
then configure your bootloader and reboot.
John.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/