home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sun / admin / 5747 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  761 b 

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: QaD Kernel Patch!
  5. Message-ID: <14223@auspex-gw.auspex.com>
  6. Date: 22 Aug 92 03:23:50 GMT
  7. References: <1992Aug21.124734.16563@cs.mun.ca> <174b3gINN317@early-bird.think.com>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 7
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >I believe the process table is a statically allocated table.
  14.  
  15. Nope.  It's allocated at system startup time, based on the value of the
  16. kernel value "nproc".  If it's patched to a higher value with, say,
  17. "adb" ("adb -w /vmunix"), it should work.  Of course, if there are any
  18. *other* table sizes that need to be increased, they'd have to be patched
  19. as well.
  20.