Re: kernel build (compression) problem

Horst von Brand (vonbrand@inf.utfsm.cl)
Thu, 01 Jul 1999 09:52:30 -0400


"Sean 'Shaleh' Perry" <shaleh@varesearch.com> said:

[...]

> bzImage is stronger compression. make bzImage rather than make zImage should
> suffice.

It is not. The bzImage is another format that handles bigger images (big z
Image). It still uses gzip, not bzip2 (as many surmise by the name).

bzip2 is not feasible, as it uses _lots_ of memory (something like 1Mb
minimum) to uncompress, and when uncompressing the kernel you are working
within the fabled 640Kb of the PC.

-- 
Dr. Horst H. von Brand                       mailto:vonbrand@inf.utfsm.cl
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513

- 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/