Camilo Alejandro Arboleda wrote:
> When I compile the kernel with the command 'make bzImage' the image
> generated has a size of about 800.000 bytes, and when I try to install the
> image using 'liloconfig' I get the error 'kernel too big', but I cannot
> remove more drivers from the kernel without lose features that I really
> need.

You could try to put some drivers in modules instead of compiling everything
straight into the kernel itself?

The usage of modules could reduce the kernel size quite a lot, I think.


 -Remco

Reply via email to