home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / morphpak.zip / DTAMEM.ZIP / DTAMEM.DOC < prev    next >
Text File  |  1992-11-30  |  942b  |  23 lines

  1. This archive contains memory-management support programs for several
  2. protected mode utilities I've written with Borland's "Borland Pascal
  3. 7.0".  So far this includes DTA and MORPH, and will include PDOTS
  4. when I get around to rewriting it.
  5.  
  6. The first two files, DPMI16BI.OVL and RTM.EXE, must exist somewhere
  7. in your DOS path, preferably in the same place you keep DTA and
  8. MORPH.  These files must be present for the protected mode versions
  9. of the programs (MORPHX and DTAX) to work at all.
  10.  
  11. If you've got an unsupported 286 processor (you'll know, because
  12. MORPHX and DTAX will complain loudly), then you'll have to:
  13.  (1) disable any memory management software you have running
  14.      (like HIMEM.SYS)
  15.  (2) run the other program in this archive, DPMIINST, which will
  16.      configure RTM.EXE for your system
  17.  and
  18.  (3) turn any disabled memory managment stuff back on
  19.  
  20. -- David K. Mason
  21.    P.O. Box 181015
  22.    Boston, MA 02118
  23.