home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume3 / sps / part1 / README < prev    next >
Encoding:
Text File  |  1986-11-30  |  1.2 KB  |  22 lines

  1.         SPS - Show Process Status
  2.         =========================
  3. To compile, install and test, type the following commands (as super-user):
  4.     % make                  # Compile SPS
  5.     % make install          # Install SPS into /bin/sps
  6.     % sps i                 # Initialise SPS
  7.     % sps va                # Run SPS
  8. ********************************************************************************
  9. The files in this directory are for the 4.[12]BSD / VAX-11 version of SPS.
  10. Compiler options are as follows -
  11.     -DCHAOS         if the Chaos network is incorporated into 4.xbsd
  12.     -DTRACE         for testing/debugging purposes
  13.     -DBSD42         compile SPS for 4.2bsd.
  14.             Otherwise, SPS is compiled for 4.1bsd.
  15. ********************************************************************************
  16. If you want to tell SPS about a new type of device, then add a new line to
  17. the symbol table (see globals2.c),after ensuring that there is sufficient
  18. room in the `info' structure. (NWAITSTATE may need to be increased in sps.h).
  19. ********************************************************************************
  20. SPS understands if the size of internal kernel tables are changed under VMUNIX,
  21. but must be recompiled if major modifications are made to the kernel.
  22.