Date: Mon, 25 Dec 2000 10:52:00 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Norberto Alfredo Bensa cc: DJGPP Subject: Re: getdfree on FAT32? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sun, 24 Dec 2000, Norberto Alfredo Bensa wrote: > > : I've changed the statfs function to use Int 21h, AX=7303 instead > > : and now it > : works (on Win9x at least). > > > > Does it work in plain DOZE too? > > Nope... It doesn't. What does it produce in plain DOS mode? Does it return a failure indication? If so, you could use the failure indication as a sign that the Windows method isn't working, and fall back on 7302h. > > Please post a patch or the changed source. > > Is ok to attach a zipepd file of the changed source code? No, please post the result of "diff -c old new" where `old' is the old version and `new' is the new version. diff.exe is part of the GNU Diffutils package, v2gnu/dif272b.zip.