From: "Wojciech Galazka" Newsgroups: comp.os.msdos.djgpp Subject: Re: how does DJGPP check for LFN support? Date: Wed, 28 Jun 2000 18:02:15 +0200 Organization: http://news.icm.edu.pl/ Lines: 22 Message-ID: <8jd7i9$pif$1@sunsite.icm.edu.pl> References: <200006261645 DOT LAA25509 AT darwin DOT sfbr DOT org> NNTP-Posting-Host: plus131.polkomtel.com.pl Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit X-Trace: sunsite.icm.edu.pl 962208137 26191 212.2.97.4 (28 Jun 2000 16:02:17 GMT) X-Complaints-To: abuse AT news DOT icm DOT edu DOT pl NNTP-Posting-Date: 28 Jun 2000 16:02:17 GMT X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-Notice1: This post has been postprocessed on the news.icm.edu.pl server. X-Notice2: Subject line has been filtered and any Odp: strings removed. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jeff Williams wrote in <200006261645 DOT LAA25509 AT darwin DOT sfbr DOT org>... > >I'm asking because I'm mucking about with an asm-level LFN TSR for a >pure DOS 5.0 + djgpp environment. I thought I would implement all the >TSR infrastructure first, and just reflect any INT 21/AX=0x71xx calls >back to their SFN equivalents. Later I'll start adding the LFN support. > The source code of lfndos (in C) has been released so you can try to start from them. The most challenging problems are 1 you need to use absolute disk read/write to write directly to disk 2 you need to implement a intelligent file cache or the TSR will be really slow and almost unusable