home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / spencer_2bsd.tar.gz / 2bsd.tar / src / READ_ME < prev    next >
Text File  |  1980-02-17  |  2KB  |  59 lines

  1. Sun Apr  8 21:32:43 PST 1979
  2.  
  3. These programs are all off our vax version 7 UNIX system.
  4. To run under version 6 many will need to be compiled
  5.     cc -I/usr/include/retrofit ... -lretro -lS
  6.  
  7. Mkstr and xstr are essential to bringing up ex, Mail and csh.
  8.  
  9. All of the programs here except "ex" will run on 11/34's and 11/40's.
  10. Use
  11.     pi0 and pi1
  12. for 11/34's and 11/40s and all machines w/o floating point hardware;
  13.     pi
  14. for 11/45's and 11/70s with floating point.
  15. Some of the pascal system components make both a.out and a.outNOID.
  16. In this case use the a.outNOID whenever you would use pi0 and pi1.
  17.  
  18. Here are the subdirectory names and what is in them:
  19.  
  20. Mail        a good program for receiving mail; supplements
  21.         the standard mailer (rather than replacing it)
  22.  
  23. csh        a new shell which offers a history mechanism to provide
  24.         more flexibility and power for working quickly than any
  25.         other version 6 or 7 shell.
  26.  
  27. ex        a new version of the editor with a powerful screen editor
  28.         combined with a command mode similar to ed
  29.  
  30. eyacc        a modified yacc used by the pascal interpreter
  31.  
  32. libNS        a modified standard i/o library which allows simultaneous
  33.         reading and writing
  34.  
  35. me        a new, flexible macro package for troff; some of the
  36.         documents here use -me
  37.  
  38. net        a networking system using daemons which provides command
  39.         batching and file copy between many machines; it connects
  40.         7 unix systems on the Berkeley campus, including 11/70's
  41.         and vax'es and both version 7 and varying modified version
  42.         6 systems
  43.  
  44. pascal        the common parts of the pascal system unrelated to any
  45.         single program
  46.  
  47. pi        the pascal translator for 11/45's and 11/70's with floating
  48.         point hardware
  49.  
  50. pi0 pi1        a version of pi for non separate i/d, or non-floating point
  51.         machines
  52. px        the pascal interpreter
  53.  
  54. pxp        pascal execution profiler
  55.  
  56. pxref        pascal cross reference program
  57.  
  58. termlib        library of terminal driving routines used by ex
  59.