;**************************************************************************** ; XMS2EMS is an EMS 3.2 expanded memory manager (EMM) that uses extended ; memory managed by HIMEM.SYS to store data written to expanded memory. ; Its syntax is: ; ; DEVICE=XMS2EMS.SYS [memory] [/H=nnn] ; ; where "memory" is amount of expanded memory to be created (in kilobytes) ; and "nnn" is the number of handles desired (range=8 to 255, default=64). ; If the amount of expanded memory to be made available to the system is not ; specified, XMS2EMS defaults to 256K. The maximum that XMS2EMS supports is ; 8192 (8MB), the minimum 256K.