X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Wed, 9 Jan 2002 10:58:55 -0500 Message-Id: <200201091558.g09FwtZ22461@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <20020109092324.C3923@kendall.sfbr.org> (message from JT Williams on Wed, 9 Jan 2002 09:23:24 -0600) Subject: Re: WIP: lfn under dosemu References: <200201060441 DOT g064fbU05748 AT envy DOT delorie DOT com> <3C3C2BF5 DOT 18413 DOT 1A3051 AT localhost> <20020109092324 DOT C3923 AT kendall DOT sfbr DOT org> 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 > I know very little about dosemu; will this TSR also provide LFN > support under plain DOS? No. All it does is invoke the int 0xe6 helper that dosemu uses; it's only a few bytes of code. Nearly all the logic is in dosemu itself, where it has access to the linux system calls.