Date: Sun, 21 Nov 1999 10:32:30 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Surahyo cc: djgpp AT delorie DOT com Subject: Re: math.h or math co-processor? In-Reply-To: <4.1.19991119102659.00a59840@mail.student.unimelb.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 19 Nov 1999, Surahyo wrote: > >Did you change CWSDPMI parameter "Minimum application memory desired > >before 640K paging" parameter to 512K or larger (using CWSPARAM)? If > >not, please try it. > I''ve tried once, but it didn't work. Please try again, and please try it with different values, both above and below 512K. Also, run CWSPARAM and set CWSDPMI's run option flags to 1. See below for the reasons. > >Also, what does "mem /c" print on your 386SX? > Please have a look at the following information below: > > Modules using memory below 1 MB: > > Name Total = Conventional + Upper Memory > -------- ---------------- ---------------- ---------------- > MSDOS 72,685 (71K) 72,685 (71K) 0 (0K) > COMMAND 5,744 (6K) 5,744 (6K) 0 (0K) > Free 545,024 (532K) 545,024 (532K) 0 (0K) > > Memory Summary: > > Type of Memory Total = Used + Free > ---------------- ---------- ---------- ---------- > Conventional 623,616 78,592 545,024 > Upper 0 0 0 > Reserved 0 0 0 > Extended (XMS) 3,145,728 3,145,728 0 > ---------------- ---------- ---------- ---------- > Total memory 3,769,344 3,224,320 545,024 > > Total under 1 MB 623,616 78,592 545,024 > > Largest executable program size 544,928 (532K) This means that you have only 532K of conventional memory and NO UMBs or extended memory! In other words, CWSDPMI *must* work out of conventional memory, and it must *not* use UMBs. Run-time option 1 forces it not to use UMBs, setting the minimum application memory to an appropriate value should force it to use conventional memory instead of the (unavailable) XMS. But I don't understand what happened to the 3MB of your extended memory? Do you have any memory managers installed? Please post your AUTOEXEC.BAT and CONFIG.SYS. > Anyway, I am still looking for bigger SIMM RAM (at least > 8MB or 16MB) to be put on my system. This is probably a very good idea. > CHKDSK command gives: > Volume IDTC created 11-11-1999 10:10a > Volume Serial Number is 276B-5CAC > > 16,324,608 bytes total disk space > 169,984 bytes in 4 hidden files > 81,920 bytes in 37 directories > 7,970,816 bytes in 427 user files > 8,101,888 bytes available on disk This is a low amount of disk space. Did you try to disable the swapping by pointing the swap file to a non-existent drive (run CWSPARAM to do that)? If not, please do.