home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / hp / 14115 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.5 KB  |  40 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!newsfeed.rice.edu!nb.rockwell.com!lccha
  3. From: lccha@nb.rockwell.com (Lloyd C. Cha)
  4. Subject: Building HP Kernals
  5. Message-ID: <1992Dec16.015005.1043@nb.rockwell.com>
  6. Organization: Rockwell International
  7. Date: Wed, 16 Dec 1992 01:50:05 GMT
  8. Lines: 30
  9.  
  10. A question for HP Kernal hackers:
  11.  
  12. I am trying to modify several parameters in our HP-UX 8.07 kernal running on
  13. HP 9000 series 730 machines.  Specifically, the parameters NPROC and MAXFILES.
  14. The procedure I have been following is:
  15.  
  16.    1) make the changes in the #define statements of the conf.c file
  17.       in /etc/conf
  18.  
  19.       so I have:   #define NPROC    (20+8*MAXUSERS+(NGCSP))*3
  20.                    #define MAXFILES 256
  21.  
  22.    2) execute make -f config.mk in the same directory.
  23.  
  24. The conf.o file gets rebuilt, as does the hp-ux kernal.  However, when I
  25. examine the kernal using SAM after rebooting, I find that the nproc value
  26. still has the incorrect value.  I was not able to locate the MAXFILES parameter
  27. within SAM (does anyone have a way of checking the value of this by reading
  28. the kernal?), but I think that also was not set.
  29.  
  30. Can someone familiar with the way the kernal is built shed some light on
  31. this?  Please reply by e-mail to lccha@nb.rockwell.com
  32.  
  33. Thanks in advance
  34.  
  35. -- 
  36. ===========================================================================
  37. Lloyd Cha                  * DISCLAIMER:  The views expressed above do not
  38. lloyd.cha@nb.rockwell.com  * necessarily represent the opinions of anyone.
  39. 70243.362@compuserve.com   *
  40.