X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Thu, 10 Jan 2002 13:09:01 -0500 Message-Id: <200201101809.g0AI91E02455@envy.delorie.com> From: DJ Delorie To: pavenis AT lanet DOT lv CC: djgpp-workers AT delorie DOT com In-reply-to: <3C3DECBB.1153.95A168@localhost> (pavenis@lanet.lv) Subject: Re: DOSEMU and LFN References: <3C3DE61E DOT 20200 DOT 7BC891 AT localhost> (pavenis AT lanet DOT lv) <3C3DECBB DOT 1153 DOT 95A168 AT localhost> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > So perhaps we could only reimplement all disk I/O (including non LFN) > for LFN capable drives in plugin. Yes, we'll have to do this. DOS will know *nothing* of our drive. We will have to allocate a file descriptor (from NUL, like fsext does) and keep track of PSPs. > One remaining question is whether DOS itself uses int 0x21XX > functions for file access or also internal ones. I'm only concerned about DJGPP programs at the moment.