Subject: Re: rolling your own kernels
To: None <jon@colossus.cs.wits.ac.za>
From: Ken Nakata <kenn@eden.rutgers.edu>
List: port-mac68k
Date: 07/04/1997 08:35:18
On Thu, 3 Jul 1997 11:08:12 +0200,
jon@colossus.cs.wits.ac.za (John Ostrowick) wrote:
> 
> i d/l'ded the whole ksrc directory but it has no instructions on how to
> join all those segments up so that say tar.gz will be happy to untar it.
> how does one glue all those files together into being a tarball in order to
> try a compile?

cat ksrc* | tar blah

ken