X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Trace-PostClient-IP: 68.147.129.203 From: Brian Inglis Newsgroups: comp.os.msdos.djgpp Subject: Re: files > 4GB There is always a solution Organization: Systematic Software Message-ID: References: <01c51526$Blat.v2.4$4f49bbe0 AT zahav DOT net DOT il> <1108717860 DOT 986391 DOT 55760 AT o13g2000cwo DOT googlegroups DOT com> <01c515a6$Blat.v2.4$bd18ca00 AT zahav DOT net DOT il> <37m2i4F5fpfb1U4 AT news DOT dfncis DOT de> <1108731347 DOT 454100 DOT 269610 AT f14g2000cwb DOT googlegroups DOT com> X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 28 Date: Wed, 23 Feb 2005 17:35:01 GMT NNTP-Posting-Host: 24.71.223.147 X-Complaints-To: abuse AT shaw DOT ca X-Trace: pd7tw1no 1109180101 24.71.223.147 (Wed, 23 Feb 2005 10:35:01 MST) NNTP-Posting-Date: Wed, 23 Feb 2005 10:35:01 MST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 18 Feb 2005 04:55:47 -0800 in comp.os.msdos.djgpp, "FreeDOSfan" wrote: >"You mean, talk directly to the device >and implement the entire >filesystem layer ourselves?" > >YES !!! > >"It would be silly to expect the DJGPP >project to do anything like that." > >YES !!! I do not expect this from the >DJGPP project, I would implement it in >my prog. One simpler possibility suggested by another poster is supporting multiple extent files i.e. allocate up to 2GB chunks as required in the DOS FS, and when you need more, reopen another (related) file on the same FILE */handle. This would be doable by wrapping the existing file calls in another layer, and maybe using the DJGPP FSEXT facilities to be able to do (part of) it under the covers. -- Thanks. Take care, Brian Inglis Calgary, Alberta, Canada Brian DOT Inglis AT CSi DOT com (Brian[dot]Inglis{at}SystematicSW[dot]ab[dot]ca) fake address use address above to reply