Mail Archives: djgpp-workers/2002/01/10/02:14:55
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
- Raw text -