Return to BSD News archive
Path: sserve!manuel!munnari.oz.au!spool.mu.edu!sdd.hp.com!caen!destroyer!uunet!haven.umd.edu!darwin.sura.net!uvaarpa!cv3.cv.nrao.edu!laphroaig!cflatter From: cflatter@nrao.edu (Chris Flatters) Newsgroups: comp.unix.bsd Subject: Re: 386BSD 0.1 kernel sources ? Message-ID: <1992Jul29.192157.5426@nrao.edu> Date: 29 Jul 92 19:21:57 GMT Article-I.D.: nrao.1992Jul29.192157.5426 References: <1992Jul29.170444.20710@cs.hw.ac.uk> Sender: news@nrao.edu Reply-To: cflatter@nrao.edu Organization: NRAO Lines: 17 In article 20710@cs.hw.ac.uk, donaldh@cs.hw.ac.uk (Donald I. Hunter) writes: >To get the 386BSD kernel sources do I have to download the entire >source distribution ? I don't have the space (nor will I ever have) to >take the whole distribution so I was wondering if someone would be kind >enough to provide just the Kernel sources for anonymous FTP. The kernel sources are conveniently at the beginning or the src01 archive. If you just want the kernel pick up the first 12 or so parts of the archive and unpack them as follows: cd / cat $foo/src01.* | uncompress | cpio -idalmuv where $foo is the directory where you put the src01 files. Chris Flatters cflatter@nrao.edu