VEMM Device Driver

The Lotus-Intel-Microsoft (LIM) Expanded Memory Specification (EMS) Version 4.0 provides a standard interface for the use of expanded memory on 8086 and 8088 machines. The specification offers up to 32MB of expanded memory divided into up to 255 objects that can be mapped into conventional memory.

The Virtual Expanded Memory Specification (VEMM) virtual device driver:

  • Implements all the INT 67H functions in LIM 4.0 EMS, except those for DMA registers
  • Provides each virtual DOS machine with its own separate EMS emulation
  • Supports remapping of conventional memory for use by DOS programs
  • Provides a configurable limit to EMS memory for each virtual DOS machine
  • Supports multiple physical to single logical memory mappings so that different 8086 addresses can be mapped to the same expanded memory object address.

    The VEMM device driver is installed via CONFIG.SYS, with the following syntax and options:

    Syntax

    DEVICE=\OS2\MDOS\VEMM.SYS [options]
    

    Options

  • S=n /L=n /H=n /F=xxxx


    [Back: VXMS Device Driver]
    [Next: VWIN Device Driver]