Date: Thu, 19 Oct 2000 16:56:39 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Wojciech Galazka" Message-Id: <8011-Thu19Oct2000165639+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: <8smnrk$foh$1@pippin.nask.waw.pl> (wojciech DOT galazka AT polkomtel DOT com DOT pl) Subject: Re: Support for files > 2 GB References: <8skh36$7oi$1 AT pippin DOT nask DOT waw DOT pl> <2593-Wed18Oct2000192447+0300-eliz AT is DOT elta DOT co DOT il> <8smnrk$foh$1 AT pippin DOT nask DOT waw DOT pl> 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: "Wojciech Galazka" > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 19 Oct 2000 14:01:15 +0200 > > >> As I understand that DOS doesn't support files of that size ? > >> Could we work over this 'limitation'? > > > >We cannot work around any limitation of file-oriented system calls > >provided by DOS or Windows for DOS programs. > > > Perhaps, by enhancing the filesystem calls interface? In principle, this is of course possible, but you'd need to provide your own driver for each platform (DOS, Windows 9X, Windows NT/2K, etc.). Don't forget that on Windows, the appropriate device driver is a special layer in the filesystem level, like CDFS for the CDROM. So it's not simply a replacement for MSCDEX you are talking about. > Win32 API that is present on Windows 9x does not handle files larger than > 2^31-2, or 2 gigabytes less two. I thought FAT32 allowed larger files, like 2^32-2 or something. Doesn't it?