home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MEMORIA / EMS40_2.ZIP / EMS40-2.DOC next >
Encoding:
Text File  |  1990-03-31  |  2.5 KB  |  58 lines

  1. New Version 1.1 was downloaded from PC MAGNET
  2.  
  3. PC Magazine Programs
  4.  
  5. Utility type: DOS 
  6. Author: Boling 
  7. Date Published: 6/27/89 
  8.  
  9. EMS40.SYS is a device driver that converts the extended memory available for 
  10. AT-style machines into standard EMS 4.0--specification memory. This is  
  11. VERSION 1.1 which fixes a problem with Lotus spreadsheets. Also, includes 
  12. fixes for functions 23 and 2500, an enlarged save area for functions 8 & 9 
  13. and a reduced default number of possible handles. Binary, 3447 bytes.
  14.  
  15. The following is the documentation for the original EMS40.SYS
  16. Device Driver:
  17.  
  18. Douglas Boling
  19. 1989 No. 12 (Utilities)
  20.  
  21.  
  22. Purpose:    A device driver that emulates the Lotus/Intel/Microsoft Expanded
  23. Memory Specification, Version 4.0, in software, permitting extended memory in
  24. AT-class machines to be used as expanded memory.
  25.  
  26. Format:    DEVICE=[d:\][path\]EMS40.SYS [nnn]
  27.     
  28. Remarks:    EMS40.SYS is installed by being listed in the CONFIG.SYS file. 
  29. The drive and path information must be supplied if needed by DOS to find the
  30. driver at boot-up.  Once installed, EMS40.SYS cannot be removed from memory
  31. without rebooting.
  32.  
  33.     The optional nnn parameter allows the user to specify the amount of
  34. extended memory, in KB, that will be used as expanded memory by EMS40.SYS.  If
  35. omitted, the default value is 384 KB.  By setting nnn to a smaller value than
  36. that of the extended memory installed, space can be reserved for extended memory
  37. programs such as VDISK.
  38.  
  39.     EMS40.SYS maps extended memory into four contiguous 16 KB pages in
  40. conventional DOS memory, permitting access to large spreadsheets and other data
  41. that would otherwise result in a "Memory Full" error.  While not as fast in
  42. operation as a dedicated LIM/EMS board and driver, it implements, within the
  43. limitions of a software emulation, all 28 functions specified in LIM/EMS 4.0. 
  44. (It does not attempt to emulate the DMA functions included in Function 28,
  45. Alternate Map Register Set, however.)
  46.  
  47.     Available for downloading from PC MagNet (see the EMS40 by Modem sidebar
  48. in the main article), EMS40.SYS is already compiled and ready to run.  As an
  49. alternative, EMS40.SYS can be created from either of two program files that are
  50. printed in the article and are also available for downloading from PC MagNet. 
  51. EMS40.BAS will automatically create EMS40.SYS when run once in BASIC.  To create
  52. EMS40.SYS from the EMS40.ASM source code requires use of a macro assembler (IBM
  53. or Microsoft, Version 2 or later) and the following commands:
  54.  
  55. MASM EMS40;
  56. LINK EMS40;
  57. EXE2BIN EMS40 EMS40.SYS;
  58. .MDNM/