home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / nfs / sossread.me < prev    next >
Text File  |  1994-03-07  |  2KB  |  58 lines

  1. SOSS, a file server for DOS-based systems which supports version 2 of the
  2. NFS protocol, is free software.  You may use it within your organization
  3. for any purpose desired.  You may redistribute it to other organizations,
  4. provided you do not earn a profit when doing so, that you make source
  5. code available, and that you abide by the terms of the Gnu General
  6. Public License (see the file COPYING).
  7.  
  8. Manifest:
  9.     exe    Contains executables and sample support files
  10.     src    Source code for NFS
  11.     rpc    Source code for RPC
  12.     lib    Microsoft C-built libraries (CMU PC/IP)
  13.     include Include files (CMU PC/IP)
  14.     d2x    Source code and doc for DOS/Unix conversion utilities
  15.     doc    Documentation for SOSS
  16.  
  17. To extract the directories shown above, type the following commands
  18. (where "A:" represents the directory or device containing SOSS.ZIP:
  19.  
  20.     mkdir soss
  21.     cd soss
  22.     unzip -d A:soss
  23.  
  24. Follow the instructions in INSTALL in order to get things up and
  25. running.  The file doc/unixdos.txt is a paper which provides background
  26. on the motivation for creating and enhancing SOSS.
  27.  
  28.         NOTE
  29.  
  30.     The PC/IP software will not run unless you specify both
  31.     the IP address and the subnet mask.  Use a value smaller
  32.     than 24 bits for the subnet; for example, selecting
  33.     16 will result in a mask of 255.255.255.0.
  34.  
  35. A smaller archive containing only the doc, exe, and d2x subdirectories
  36. is also available for those who are not interested in source code.
  37. Microsoft C version 5.1 was used to produce the binaries included here.
  38.  
  39. If you have questions, bugs, or source code contributions, contact
  40. one of the following people by e-mail:
  41.  
  42.     rbraun@spdcc.com  (Richard Braun)
  43.     stan@cs.uiuc.edu  (Seemong Tan)
  44.  
  45. If you would like to be notified of periodic updates, send e-mail to
  46. rbraun@spdcc.com ask to be added to the SOSS distribution list.
  47.  
  48. SOSS depends on packet drivers distributed by Clarkson University.
  49. Questions regarding these drivers should be directed to:
  50.  
  51.     nelson@clutx.clarkson.edu (Russ Nelson)
  52.  
  53. Version 3.1 was developed by Richard Braun while working at Kronos,
  54. Inc.  Kronos does not sell or support this software, nor does it accept
  55. any responsibility for its quality or fitness for any application.
  56.  
  57. [README file revised 5/13/91].
  58.