Re: make boot fails

Andrzej Krzysztofowicz (ankry@pg.gda.pl)
Tue, 11 May 1999 10:19:42 +0038 (MET DST)


> As advised, do
>
> make bzImage
>
> > System is too big. Try using bzImige or modules.
> ^^^^^^^
> > make[1]: *** [zImage] error 1
>
> Cheers,
> Dick Johnson

It seems that you have reached the limit (1MB - 16B) of the kernel size
on i386 that can be currently handled by its internal bootloader.
I don't know if it is possible for lilo/loadlin to handle larger kernels.

The reason is that kernel size is 16bit intereger counting 16 byte chunks.
It is possible to modify it, however it could introduce many problems
with backward compatibility and needs somebody to rewrite bootloaders.

Andrzej

--
=======================================================================
  Andrzej M. Krzysztofowicz               ankry@mif.pg.gda.pl
  phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math.,   Technical University of Gdansk

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/