X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Thu, 10 Jan 2002 08:55:46 +0200 (WET) From: Andris Pavenis X-Sender: pavenis AT ieva06 To: DJ Delorie Cc: djgpp-workers AT delorie DOT com Subject: Re: DOSEMU and LFN In-Reply-To: <200201091657.g09GvFo22853@envy.delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 9 Jan 2002, DJ Delorie wrote: > > Loading the TSR maps the linux / as a new drive letter. There are no > options. > > I haven't tried to be fancy; I only want to build and test gcc under > dosemu. > Unfortunatelly it seems to look rather grave: lfnnet: init Linux DOS emulator 1.1.2.0 $Date: 2001/11/04 $ Last configured at Wed Jan 9 18:48:56 EET 2002 on linux DPMI-Server Version 0.9 installed Breakpoint 1, init_drive (dd=2, path=0xbffff62c "/var/lib/dosemu//disk_c", options=0x0) at mfs.c:749 749 { (gdb) c Continuing. Breakpoint 1, init_drive (dd=3, path=0xbffff62c "/var/lib/dosemu//disk_d", options=0x0) at mfs.c:749 749 { (gdb) c Continuing. CON code page driver cannot be initialized *** XMS RAMdisk v1.9I (FU - 08/98): Installed as drive E:. DOSKey installed The only way to mount something not through mfs.c seems to be mounting hard disk image (or real partition) in DOSEMU. So I don't see other way to get LFN without direct access to hdimage or partition (with use of lfndos or something similar) rather than writting something similar as LFNDOS only with access to Linux filesystem calls instead of direct partition access. I don't know how real it is Andris