home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4860 < prev    next >
Encoding:
Text File  |  1992-08-30  |  1.8 KB  |  60 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!eff!news.byu.edu!hamblin.math.byu.edu!hellgate.utah.edu!fcom.cc.utah.edu!cs.weber.edu!terry
  3. From: terry@cs.weber.edu (A Wizard of Earth C)
  4. Subject: Re: Compiling 386bsd-0.1 on < 40Meg ( I've done it)
  5. Message-ID: <1992Aug30.210015.22769@fcom.cc.utah.edu>
  6. Sender: news@fcom.cc.utah.edu
  7. Organization: Weber State University  (Ogden, UT)
  8. References: <colin.715158768@marsh>
  9. Date: Sun, 30 Aug 92 21:00:15 GMT
  10. Lines: 48
  11.  
  12. In article <colin.715158768@marsh> colin@marsh.cs.curtin.edu.au (Colin Manning) writes:
  13. >    Now that I've compiled the kernel, how do I make a bootable floppy?
  14.  
  15.     I need to put this in the FAQ.  The procedure is as follows:
  16.  
  17.  
  18. 1)    Make a copy of dist.fs or fixit.fs, whichever you prefer.
  19. 2)    Mount it on /mnt, using:
  20.  
  21.         mount /dev/fd0a /mnt
  22.  
  23. 3)    Delete the previous kernel on the floppy:
  24.  
  25.         rm /mnt/386bsd
  26.  
  27. 4)    Make sure you are in the compilation directory (where you made
  28.     your new kernel).
  29. 5)    Make sure there is no symbol table on your kernel, or it will be
  30.     too big to fit.  From the compilation directory:
  31.  
  32.         strip 386bsd
  33.  
  34. 6)    Copy the new kernel to the floppy:
  35.  
  36.         cp 386bsd /mnt/386bsd
  37.  
  38. 7)    Type sync:
  39.  
  40.         sync ; # 8-)
  41.  
  42. 8)    Unmount the floppy:
  43.  
  44.         umount /mnt
  45.  
  46. 9)    You now have a new bootable disk with your new kernel.
  47.  
  48.  
  49.                     Terry Lambert
  50.                     terry_lambert@gateway.novell.com
  51.                     terry@icarus.weber.edu
  52. ---
  53. Any opinions in this posting are my own and not those of my present
  54. or previous employers.
  55. -- 
  56. -------------------------------------------------------------------------------
  57.                                                        terry@icarus.weber.edu
  58.  "I have an 8 user poetic license" - me
  59. -------------------------------------------------------------------------------
  60.