Delivered-To: arisawa@ken.aichi-u.ac.jp Delivered-To: arisawa@aichi-u.ac.jp To: 9fans@cse.psu.edu From: Andreas Zell Organization: Image Access Computer GmbH Subject: Re: [9fans] unpacking plan9.9gz from unix Sender: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0 Reply-To: 9fans@cse.psu.edu List-Help: List-Post: List-Subscribe: , List-Id: Fans of the O/S Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Unsubscribe: , List-Archive: Date: Mon, 4 Dec 2000 09:50:27 GMT  

erik quanstrom schrieb:

apologies if this question has been asked before,
but is there any easy way of unpacking plan9.9gz
from linux?

i don't currently hve a compatable machine to
work with, but i'd still like to have a look at the
source code.

Hi,

here is my unwrap.c. You can compile it under Windows and unix.

windows:    cl unwrap.c
unix:           gcc -D O_BINARY=0 -o unwrap unwrap.c

You can unpack uncompressed files only.

A.Zell