home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 3136 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!uvaarpa!cv3.cv.nrao.edu!laphroaig!cflatter
  3. From: cflatter@nrao.edu (Chris Flatters)
  4. Subject: Re: 386BSD 0.1 kernel sources ?
  5. Message-ID: <1992Jul29.192157.5426@nrao.edu>
  6. Sender: news@nrao.edu
  7. Reply-To: cflatter@nrao.edu
  8. Organization: NRAO
  9. References: <1992Jul29.170444.20710@cs.hw.ac.uk>
  10. Date: Wed, 29 Jul 1992 19:21:57 GMT
  11. Lines: 17
  12.  
  13. In article 20710@cs.hw.ac.uk, donaldh@cs.hw.ac.uk (Donald I. Hunter) writes:
  14. >To get the 386BSD kernel sources do I have to download the entire
  15. >source distribution ?  I don't have the space (nor will I ever have) to
  16. >take the whole distribution so I was wondering if someone would be kind
  17. >enough to provide just the Kernel sources for anonymous FTP.
  18.  
  19. The kernel sources are conveniently at the beginning or the src01 archive.
  20. If you just want the kernel pick up the first 12 or so parts of the archive
  21. and unpack them as follows:
  22.  
  23. cd /
  24. cat $foo/src01.* | uncompress | cpio -idalmuv
  25.  
  26. where $foo is the directory where you put the src01 files.
  27.  
  28.     Chris Flatters
  29.     cflatter@nrao.edu
  30.