Mail Archives: djgpp/2001/06/13/10:59:54
Michelle Konzack wrote:
>
> Hello to all,
>
> I use Linux and I can mount Disk-Images with a loopdevice.
> Now I like to program this for Dos and it must work like
> a networkdrive.
>
> Can anyone give me a kick in the right direction please.
>
Work like a network drive? Hmm not sure how you'd do that.
What you can do is write a DOS device driver (.sys) that
provides the file-is-volume translation stuff and an API
(using interrupts) to 'mount' files as drive letters. This would
definitely fall outside the scope of this list though; you probably
can't do this with DJGPP, as it is a protected mode environment,
and device drivers (usually) run in real mode.
Of course, there are plenty of people on this list that are a
whole lot smarter than I am, so I may be proven wrong.
--
Tim Van Holder - Anubex N.V.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
This message was posted using plain text. I do not endorse any
products or services that may be hyperlinked to this message.
- Raw text -