Date: Thu, 18 Sep 1997 17:44:57 +0300 (IDT) From: Eli Zaretskii To: csantill AT lausd DOT k12 DOT ca DOT us cc: djgpp AT delorie DOT com Subject: Re: Bad Mem return data In-Reply-To: <3420FC7E.209F@lausd.k12.ca.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 18 Sep 1997 csantill AT lausd DOT k12 DOT ca DOT us wrote: > How come I can never get __dpmi_free_memory information or > _go32_dpmi_free_mem_info to return the correct mem installed > & mem free? I'm always of a meg or two. Please tell more. The DPMI memory-reporting functions return the info about the amount of memory that is *free*, not the total installed memory. Some of the memory is taken by the memory manager that you are using, and the low memory is not reported at all. So please post the results of running your program, how much RAM do you have installed, how much free disk space do you have, and which memory manager are you using. Only then it will be possible to answer your question.