Message-Id: <200006281820.NAA05963@darwin.sfbr.org> Date: Wed, 28 Jun 2000 13:21:28 -0500 (CDT) From: Jeff Williams Subject: Re: how does DJGPP check for LFN support? To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: F/5OlhkMcL3jQr9jnB5J7A== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.3.4 SunOS 5.7 sun4u sparc Reply-To: djgpp AT delorie DOT com -: 1 you need to use absolute disk read/write to write directly to disk IMHO this doesn't become a bother until one tries to support a lot of variations, e.g., FAT12/16/32 and DOS >= 3.0. I would be delighted to get something working for just FAT16 + DOS 5.0, so I can use CVS. -: 2 you need to implement a intelligent file cache or the TSR will be really -: slow and almost unusable Do you believe this will be as critical if the driver is written in asm?