From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: how to use large memory in win98? Date: 26 Sep 2001 07:04:04 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 31 Message-ID: <9orul4$93p$2@antares.lu.erisoft.se> References: <20010925224255 DOT 6708 DOT qmail AT web14601 DOT mail DOT yahoo DOT com> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com bos (ivan_bos_1999 AT yahoo DOT com) wrote: : I'm trying to run DJGPP from Win98SE not in MsDOS Mode : but from the Windows itself. I have 384MB RAM, but I : can't configure my MsDOS Prompt to run in protected : mode - every time I try to run CWSDPMI.EXE it tels me : that protected mode is not accessible... I tried That right. WINDOZE provides its own DMPI server. You don't need (and can't use as you've seen) another DPMI server while running WINDOZE. : everything I could : to set CONFIG.SYS as shown in the : article in FAQs, or to try to restart in MsDOS Mode : and try from there - but nothing! The programs I write : compile properly but crash if I try to run them when : use more then 64K in them. Please, help me to : configure my Windows, so to enable DJGPP to use all my : available RAM! Either that K in "64K" is a typo. If it isn't you not running out of memory. If it is and you really meant "64M", then you need to configure your DOZE box setting so DMPI memory is set to "Auto". Then you should have ~384 MiB of RAM available. You can check with "GO32-V2" and use the _sum_ (important) of the numbers it presents. Right, MartinS