Some time ago when run GNU Pascal tests under DOSEMU 
(DJGPP port of egcs-1.1.2+ GPC 19990118) I found that the default
number of DPMI clients was not enough. Increasing it fixed the problem
(Also 16 was enough)

Andris

*** dosemu-0.99.13/src/dosext/dpmi/dpmi.h~1     Sat May 22 15:59:21 1999
--- dosemu-0.99.13/src/dosext/dpmi/dpmi.h       Sat Jul 31 13:26:27 1999
***************
*** 11,17 ****
  #define DPMI_VERSION                  0x00    /* major version 0 */
  #define DPMI_DRIVER_VERSION   0x5a    /* minor version 0.90 */
  
! #define DPMI_MAX_CLIENTS      8       /* maximal number of clients */
  
  #define DPMI_page_size                4096    /* 4096 bytes per page */
  
--- 11,17 ----
  #define DPMI_VERSION                  0x00    /* major version 0 */
  #define DPMI_DRIVER_VERSION   0x5a    /* minor version 0.90 */
  
! #define DPMI_MAX_CLIENTS      32      /* maximal number of clients */
  
  #define DPMI_page_size                4096    /* 4096 bytes per page */
  

Reply via email to