From: sandmann AT clio DOT rice DOT edu (Charles W. Sandmann) Subject: Re: djgpp 1.10 & dpmi To: ryoung AT utdallas DOT edu (YOUNG U RYU) Date: Tue, 13 Jul 1993 17:34:19 -0600 (CDT) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (DJGPP Mailing List) > Young U. Ryu writes: > Document says DPMI by QDPMI is supported, but when I run > TeX, it causes error: > > DPMI: Not enough memory (... ... ...) You need to get the file omnigate.clarkson.edu:pub/msdos/djgpp/pub/csdpmit1.zip which contains a DPMI info program and a patched GO32 1.10a (which will let you disable DPMI usage if desired). The current a.out format requires about 5Mb minimum DPMI memory to run - which is your problem. Relinking the image using the COFF linker (in pub, also will be 1.11 default) will reduce the memory footprint. I tested OS/2 2.0, Win 3.0, Win 3.1, QDPMI and 386MAX when writing DPMI support. Windows NT still does not work.