Possible EMS Allocation Conflicts With FoxPro

Last reviewed: April 17, 1995
Article ID: Q87803
The information in this article applies to:
  • Microsoft FoxPro for MS-DOS, version 2.0

SUMMARY

Possible EMS allocation conflicts may occur on Northgate 386 computers running QEMM. Conflicts may also occur if BUFFERS are loaded into expanded memory.

The products included here (Northgate 386 and QEMM) are manufactured by vendors independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability.

MORE INFORMATION

QEMM with Northgate 386 Computers

Northgate 386 computers require that the RAMBIOS.SYS device driver be loaded in order to boot the system. If you are also using QEMM, it is necessary to include the following line in the CONFIG.SYS file to prevent QEMM from using the memory area used by the RAMBIOS:

   DEVICE=QEMM.SYS RAM X=C500-C7FF

This statement must precede the DEVICE=RAMBIOS.SYS line in the CONFIG.SYS file.

Buffers in Expanded Memory

MS-DOS versions 4.0 and 4.01 can load buffers into expanded memory by including the following command in the CONFIG.SYS file:

   BUFFERS=nn/X

This practice may cause problems if you are also using EMS with another product.


Additional reference words: FoxDos 2.00
KBCategory: kbenv kb3rdparty
KBSubcategory:


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 17, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.