VXMS Device Driver

The Extended Memory Specification (XMS) Version 2.0 provides a standard interface for the use of three regions of extended memory on 80286 and 80386 machines:

  • High Memory Area (HMA), accessible in real mode if the A20 address line is enabled
  • Extended Memory Blocks(EMBs), up to 64MB that is used for data storage
  • Upper Memory Blocks(UMBs), located between 640KB and 1MB in conventional memory.

    The Virtual Extended Memory Specification(VXMS) device driver

  • Implements all the functions of XMS Version 2.0
  • Provides each virtual DOS machine with its own separate XMS emulation
  • Provides configurable limits on the amount of extended memory for each virtual DOS machine separately.

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

    Syntax

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

    Options

  • XMMLIMIT=g,i /HMAMIN=d NUMHANDLES=n /UMB /NOUMB


    [Back: VDPX Device Driver]
    [Next: VEMM Device Driver]