From: clc5q AT cobra DOT cs DOT Virginia DOT EDU (Clark L. Coleman) Newsgroups: comp.os.msdos.djgpp Subject: Re: No DPMI Memory (inconsistent) Date: 30 May 2001 19:43:39 GMT Organization: University of Virginia Lines: 24 Message-ID: <9f3ihb$4oj$1@murdoch.acc.Virginia.EDU> References: <9f30m9$qho$1 AT murdoch DOT acc DOT Virginia DOT EDU> NNTP-Posting-Host: cobra.cs.virginia.edu X-Trace: murdoch.acc.Virginia.EDU 991251819 4883 128.143.137.16 (30 May 2001 19:43:39 GMT) X-Complaints-To: abuse AT virginia DOT edu NNTP-Posting-Date: 30 May 2001 19:43:39 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <9f30m9$qho$1 AT murdoch DOT acc DOT Virginia DOT EDU>, Clark L. Coleman wrote: > > >P.S. I noticed when re-booting from the floppy that when it runs >EMM386.EXE during the DR-DOS initialization, the EMM386 just says: > >FRAME = NONE > >and nothing else. I cannot remember what it says on the home PCs, but >that does not seem to be all it does at home. Following up to my own post, this IS what happens at home. In my autoexec.bat file, I have EMM386.EXE run with the DPMI=OFF option, which is required for running programs using the Ring 0 memory manager. This produces the FRAME=NONE message on all computers I have used, including those that have no problem loading and running my program. Clark Coleman