home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol253 / abstract.253 < prev    next >
Encoding:
Text File  |  1986-03-22  |  1.3 KB  |  29 lines

  1.    This package contains an experimental implementation of the IEEE 855 
  2. (MOSI) standard interface for CP/M-80, together with a language 
  3. interface for Pascal MT+.  MOSI stands for "Microprocessor Operating 
  4. System Interface".  The purpose of the MOSI Standard is to define a 
  5. set of standard "system calls" to access various operating systems in 
  6. a uniform way.  This implementation is intended as a model for MOSI 
  7. operating system interfaces and language interfaces, as well as a 
  8. useful set of enhancements for CP/M in its own right.
  9.  
  10.    Many of the files in this distribution are compacted by the public 
  11. domain SQUEEZE program.  These files are identified by a Q as the 
  12. second character in the filename extension.  To recover the original 
  13. source, run the USQ (UNSQUEEZE) program which is included. For 
  14. example:
  15.  
  16.     USQ C: MOSICPM.DQC
  17.  
  18.    This will produce MOSICPM.DOC, which is the primary documentation
  19. for this package. The drive specification, which is optional, will
  20. route the result to a different disk which should have sufficient room.
  21.  
  22.    Some of the source files on this disk are Copyright 1985 by 
  23. James D. Mooney.  Permission is hereby granted to use, reproduce, and 
  24. modify these files for any purpose whatsoever, provided that the 
  25. Copyright notice is retained.
  26.  
  27.                         Jim Mooney
  28.                         September, 1985
  29.