X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Thu, 10 Jan 2002 11:58:39 -0500 Message-Id: <200201101658.g0AGwdI01768@envy.delorie.com> From: DJ Delorie To: pavenis AT lanet DOT lv CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Andris Pavenis on Thu, 10 Jan 2002 08:55:46 +0200 (WET)) Subject: Re: DOSEMU and LFN References: 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 > Unfortunatelly it seems to look rather grave: It's extremely grave. It doesn't work at all. It's just the framework. I thought I mentioned that in the first post... > The only way to mount something not through mfs.c seems > to be mounting hard disk image (or real partition) in DOSEMU. There's a helper interrupt that dosemu provides for plugins. It's int 0xe6. The TSR traps int 0x21 and calls 0xe6 that so the plugin (which is in linux ELF code) gets control. The plugin emulates all the int 0x21 calls directly - it doesn't use lredir, mfs, or the net redirector.