home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 2590 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  933 b 

  1. Path: sparky!uunet!wupost!sdd.hp.com!uakari.primate.wisc.edu!ames!agate!soda.berkeley.edu!wjolitz
  2. From: wjolitz@soda.berkeley.edu (William F. Jolitz)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: adding another swap partition
  5. Message-ID: <14inptINN564@agate.berkeley.edu>
  6. Date: 22 Jul 92 04:22:21 GMT
  7. References: <1992Jul21.120540.14336@chinet.chi.il.us>
  8. Organization: U.C. Berkeley, CS Undergraduate Association
  9. Lines: 11
  10. NNTP-Posting-Host: soda.berkeley.edu
  11.  
  12.  
  13. To add swap space, the device needs to be compiled into the kernel
  14. in advance, even if you don't plan to use it. It reserves space in
  15. it's swap space map for this (so eventually it can interleave them).
  16.  
  17. Actually, this code is out of date, because the original system used
  18. resource maps with compile time determined sizes. It really does not
  19. need to do this anymore, I'd forgotten about it until you mentioned
  20. the matter. One more thing for the TODO list ...
  21.  
  22. LO|~?~?~?~?MBill.
  23.