Bret Hughes wrote:
>
> after I compile a newly configured kernel using:
>
> make mrproper
> make menuconifg
> make dep
> make clean
> make bzImage
>
> I get a vmlinuz file in /usr/src/linux (2.2.14-5.0)
> and a much smaller file in arch/i386/boot/bzImage
>
> The kernel howto indicates that bzImage is the one I should move and it
> seems to work, but what is the vmlinuz file that is almost 3 times the
> size?
>
It's the same kernel as in the bzImage file, but without being
compressed, as bzImage is.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.