X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sat, 23 Feb 2002 10:18:26 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Hugo Simon" Message-Id: <2593-Sat23Feb2002101825+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <001101c1bbef$efac2a20$0265a8c0@tpc2> (hugo.simon@gmx.de) Subject: Re: How to obtain correct disk size References: <%Qvd8.5806$0y2 DOT 288632 AT typhoon DOT austin DOT rr DOT com> <200202222204 DOT g1MM4J623552 AT envy DOT delorie DOT com> <001101c1bbef$efac2a20$0265a8c0 AT tpc2> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Hugo Simon" > Date: Fri, 22 Feb 2002 23:24:08 +0100 > > How can I read the total and free disk space. The getdfree function gives > always 2047 blocks if it is a large disk. Is that a FAT32 disk? DJGPP v2.03 does not yet support FAT32-specific system calls. There's code in the CVS to support that, though. > Is there any possibility to find out the free RAM? See chapter 15 of the DJGPP FAQ list for some info.