home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol114 / environ.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.4 KB  |  46 lines

  1.     The C version of PISTOL v2.0 was developed with BDS
  2. C compiler, version 1.45a and the L2 linker version 2.2 on
  3. an Exidy Sorcerer personal Computer with the S-100 expansion
  4. box. The Thinker Toys 2D dual 8" disk sub- system was used
  5. and total contiguous ram was 52K.  Statistics from the BDS
  6. compiler indicated at least 14K left over at every stage.
  7. Thus it may be possible to recompile this in a 40K system.
  8.  
  9.     To run PISTOL.COM I believe the minimum RAM is 44K
  10. (this includes CP/M since the program code and all its
  11. buffers occupy about 33K).
  12.  
  13.     I/O requirements are minimal.  A dumb terminal (video
  14. or printing) and the CP/M disk interface are sufficient.
  15.  
  16.     In use, the user may wish to customize PISTOL by
  17. declaring his actual screen width (I have defaulted to 64).
  18. Also the output scrolls and pauses after a fixed number of
  19. lines (my default is 20?).  To continue, hit return, to abort
  20. type "q" before "return".  Even the tab size for display is
  21. user alterable.  See the documentation about the "system
  22. variables": TERMINAL-WIDTH , TERMINAL-LENGTH , and TAB-SIZE .
  23.  
  24.     To run type:
  25.  
  26. A>pistol
  27. *** PISTOL 2.0 ***
  28. X>'core2 restore        [note the initial apostrophe!]
  29. *** PISTOL 2.0 ***
  30. X>
  31.  
  32. Documentation is largely available "on line". Try typing:
  33.  
  34. X>help
  35.  
  36. and try the menu selections.
  37.  
  38.                 March 3, 1982
  39.  
  40.                 Ernest E. Bergmann
  41.                 Physics, Building #16
  42.                 Lehigh University
  43.                 Bethlehem, Pa. 18015
  44.                 
  45.                 (215-) 861-3932(at above)
  46.