Received: (from major@localhost)
	by minnie.cs.adfa.oz.au (8.8.5/8.8.5) id OAA20196
	for pups-liszt; Wed, 25 Mar 1998 14:36:27 +1100 (EST)
X-Authentication-Warning: minnie.cs.adfa.oz.au: major set sender to owner-pups@minnie.cs.adfa.oz.au using -f
Received: from henry.cs.adfa.oz.au (henry.cs.adfa.oz.au [131.236.21.158])
	by minnie.cs.adfa.oz.au (8.8.5/8.8.5) with ESMTP id OAA20191
	for <pups@minnie.cs.adfa.oz.au>; Wed, 25 Mar 1998 14:36:23 +1100 (EST)
Received: (from wkt@localhost) by henry.cs.adfa.oz.au (8.7.5/8.7.3) id OAA02126 for pups@minnie.cs.adfa.oz.au; Wed, 25 Mar 1998 14:36:28 +1100 (EST)
From: Warren Toomey <wkt@henry.cs.adfa.oz.au>
Message-Id: <199803250336.OAA02126@henry.cs.adfa.oz.au>
Subject: Re: More on Disk Images -> Disk
To: pups@minnie.cs.adfa.oz.au (PDP Unix Preservation)
Date: Wed, 25 Mar 1998 14:36:28 +1100 (EST)
In-Reply-To: <m0yHgvc-000FlVC@bookworm.softway.com.au> from Peter Chubb at "Mar 25, 98 02:32:00 pm"
Reply-To: wkt@cs.adfa.oz.au
X-Mailer: ELM [version 2.4ME+ PL22 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-pups@minnie.cs.adfa.oz.au
Precedence: bulk

In article by Peter Chubb:
> 
> In the Linux kernel, linux/lib/inflate.c and
> arch/i386/boot/compressed/misc.c there's a set of gunzip routines that
> could probably be adapted -- it runs in 16 bit mode (or ought
> to). inflate.c is K&R C, so it should compile under V7; misc.c is
> ANSI, but is small (just wrappers around gunzip) and in any case would
> bneed changing to make a proper gunzip.
> 
> I'll see what I can do.
> Peter C.

I think Steven described the main thing: will it run in 64K? I've popped
some mail off to Jean-loup, who was involved with writing gzip.

If we can get gunzip running in 64K on V7, I can then move it to a
standalone program with minimal effort: the V7 standalone library
provides open, close, read, write, printf, exit.

Cheers!
	Warren

