home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MEMORIA / MEMXD.ZIP / README.DOC < prev    next >
Encoding:
Text File  |  1990-06-08  |  1.7 KB  |  25 lines

  1.                             
  2.                                                                         
  3. This is a device driver that makes either a hard disk or a floppy disk  
  4. into LIM4 expanded memory.  It is a software emulation of the 28        
  5. function standard set forth in the Lotus/Intel/Microsoft Expanded Memory
  6. Standard (LIM/EMS) version 4.0.  All of the EMS 4.0 functions that can  
  7. be implemented through software are provided by VMS40, with the         
  8. exception of the DMA functions included in the Alternate Map Register   
  9. Set function (function 28).                                             
  10.                                                                         
  11. The program is backwards compatible with software written for the       
  12. earlier LIM 3.2 standard (courtesy of Lotus, Intel & Microsoft).  It    
  13. lets you specify which drive to use for expanded memory, and how much   
  14. disk to reserve.                                                        
  15.                                                                         
  16. The trial version VMS40.240 restricts you to reserving no more than 240K
  17. for LIM memory, while the registered version VMS40.SYS allows you to    
  18. reserve up to 32M                                                       
  19.                                                                         
  20. Naturally, using disk to simulate LIM memory is somewhat slower than    
  21. having the appropriate hardware implementation, but it is also a lot    
  22. cheaper!  If you need to run big spreadsheets, or use Borland's         
  23. standalone debugger to debug a really large program, and you cannot     
  24. afford 2Meg of LIM memory, then VMS40 is your answer.                   
  25.