Date: Thu, 15 Jul 1999 12:03:12 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Charles Millar cc: djgpp AT delorie DOT com Subject: Re: FAT 32 In-Reply-To: <002701bece54$b0108540$15b403d0@millarc> 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 Wed, 14 Jul 1999, Charles Millar wrote: > Is DJGPP compatible with a FAT 32 (Windows 98)? DJGPP programs run without problems on FAT32 systems. However, some FAT32-specific services are not yet supported. For example, you cannot yet read a file past the 2GB offset from the beginning (assuming that you have such a file ;-), and the library function that reports the amount of free disk space returns incorrect info for disks larger than 2GB.