Subject: Re: Unzipping Kernals on RISC PC
To: ALiddle101 <ALiddle101@arm.com>
From: Richard Earnshaw <rearnsha@arm.com>
List: port-arm32
Date: 02/28/1998 13:31:03
> It says in the installation document when installing RiscBSD 1.2 or 1.3 that
> the kernals are compressend and to uncompress them you need to use Gzip.  Well
> when i can't run the program on the RISC PC 700 with the strong arm processor.
> 
> Can someone help me as to how i unzip the kernal?
> 

Yes you can.  You just have turn the cache off whilst doing it.

In a command window
*cache off

unzip the kernel with gunzip

*cache on

Richard.