X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Sat, 29 Dec 2001 22:47:23 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: wojciech DOT galazka AT polkomtel DOT com DOT pl Message-Id: <5567-Sat29Dec2001224722+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <250B3114DA16D511B82C00E0094005F8055AC80A@MSGWAW11> (message from =?iso-8859-2?Q?Wojciech_Ga=B3=B1zka?= on Sat, 29 Dec 2001 20:23:16 +0100) Subject: Re: lfn from scratch... - network redirectors References: <250B3114DA16D511B82C00E0094005F8055AC80A AT MSGWAW11> 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 > From: =?iso-8859-2?Q?Wojciech_Ga=B3=B1zka?= > Date: Sat, 29 Dec 2001 20:23:16 +0100 > > > They are supposed to support the LFN API via functions 71xx of Int > > 21h. > > Are you sure this is the right way? > >From what I've read DOS communicates with network redirecors through int > 2fh,ax=11xxh only > so it seems natural to extend redirector capabilities expanding int 2fh, > ax=11xxh ... 2Fh/AH=11h aren't supposed to be called by applications, only by the DOS kernel itself. That's why you will see in their docs that SS should point to the DOS data segment.