Date: Sun, 29 Nov 1998 14:09:55 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Roger H." cc: djgpp AT delorie DOT com Subject: Re: FAT32X and DJGPP In-Reply-To: <73r8kl$ttl$1@slave2.aa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 29 Nov 1998, Roger H. wrote: > Is DJGPP compatible with Win98's FAT32 file system, or must it stay on > a standard FAT file system. DJGPP is compatible with FAT32, but it doesn't yet support extended functionality of FAT32-specific DOS functions. For example, library function `statfs' won't report correct info about FAT32 drives larger than 2GB, `lseek' cannot use offsets larger than 2GB, etc. As usual, volunteers are welcome to add this support (the info is available in Ralph Brown's Interrupt List).