home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4499 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.4 KB  |  39 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!timbuk.cray.com!hemlock.cray.com!overby
  3. From: overby@cray.com (Glen Overby)
  4. Subject: Re: 386bsd: kernel rebuild?, disklabel?
  5. Message-ID: <1992Aug20.105643.22025@hemlock.cray.com>
  6. Lines: 28
  7. Organization: ^$
  8. References: <1992Aug20.144812.29251@engage.pko.dec.com>
  9. Date: 20 Aug 92 10:56:43 CDT
  10.  
  11. In article <1992Aug20.144812.29251@engage.pko.dec.com> ewanco@kalvin.enet.dec.com writes:
  12. >Evidently you need the source to rebuild the kernel, unlike my DECstation 3100.
  13.  
  14. Unlike your DECStation 3100, you get sources for 386bsd.
  15.  
  16. >Is there any way you can load the kernel code and rebuild it without
  17. >downloading and unpacking the entire source distribution?  I don't yet have
  18.  
  19. cat (split cpio.Z distribution files) | zcat | \
  20.     cpio -icadmv (and other flags)  'usr/src/sys.386bsd*' 'usr/src/include*'
  21.  
  22. (yes, the cat on the front is necessary as zcat will *always* append a .Z)
  23.  
  24. >second, WHAT THE *^%$#@ DOES disklabel DO?  and how do I use it? The man page
  25.  
  26. Well, you have fdisk to put MS-DOS / ROM BIOS style partitions on your disk,
  27. and disklabel to put BSD style partitions on your disk (optionally in a disk
  28. partition).
  29.  
  30. I think your DECstation does something similar.
  31.  
  32. >Am I correct in assuming that there are virtually nil docs for 386bsd?
  33.  
  34. NO. There's the sources :-)
  35.  
  36. some man pages are available (I'm not sure which distribution kit they're in).
  37.  
  38. Glen Overby
  39.