public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] elkscmd: add ncompress 4.2.4 port
@ 2004-06-02  0:58 claudio
  2004-06-02  2:50 ` Miguel Bolanos
  0 siblings, 1 reply; 2+ messages in thread
From: claudio @ 2004-06-02  0:58 UTC (permalink / raw)
  To: linux-8086

[-- Attachment #1: Type: TEXT/PLAIN, Size: 690 bytes --]


"This is version 4.2 of (N)compress (an improved version of compress 4.1).

Compress is a fast, simple LZW file compressor.  Compress does not have
the highest compression rate, but it is one of the fastest programs to
compress data.  Compress is the defacto standard in the UNIX community
for compressing files."

(Or at least it was, in 1990.)

Ok. I had to place half of the program tables in BSS and other half in the
the heap because ELKS currently allocates 32Kb for dseg and bseg and 32Kb
for heap/stack. I'll remove this hack after we see what's happening in the
kernel.

This port is limited to 12 bit compression, so you must compress with
-b12 to be able to uncompress in ELKS.

[-- Attachment #2: Type: APPLICATION/octet-stream, Size: 27295 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] elkscmd: add ncompress 4.2.4 port
  2004-06-02  0:58 [PATCH] elkscmd: add ncompress 4.2.4 port claudio
@ 2004-06-02  2:50 ` Miguel Bolanos
  0 siblings, 0 replies; 2+ messages in thread
From: Miguel Bolanos @ 2004-06-02  2:50 UTC (permalink / raw)
  To: claudio; +Cc: linux-8086

NICE.

Applied. Thanks.

Mike

On Tue, 2004-06-01 at 18:58, claudio@conectiva.com wrote:
> "This is version 4.2 of (N)compress (an improved version of compress 4.1).
> 
> Compress is a fast, simple LZW file compressor.  Compress does not have
> the highest compression rate, but it is one of the fastest programs to
> compress data.  Compress is the defacto standard in the UNIX community
> for compressing files."
> 
> (Or at least it was, in 1990.)
> 
> Ok. I had to place half of the program tables in BSS and other half in the
> the heap because ELKS currently allocates 32Kb for dseg and bseg and 32Kb
> for heap/stack. I'll remove this hack after we see what's happening in the
> kernel.
> 
> This port is limited to 12 bit compression, so you must compress with
> -b12 to be able to uncompress in ELKS.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-02  2:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-02  0:58 [PATCH] elkscmd: add ncompress 4.2.4 port claudio
2004-06-02  2:50 ` Miguel Bolanos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox