Sender: tim AT riker DOT skynet DOT be Message-ID: <3B277ED1.E646BEB8@falconsoft.be> Date: Wed, 13 Jun 2001 16:55:13 +0200 From: Tim Van Holder Organization: Anubex N.V. X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.16-3 i686) X-Accept-Language: en, nl-BE, nl MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: loop device under Dos References: <3 DOT 0 DOT 6 DOT 16 DOT 20010613161646 DOT 5ff7c80e AT pop3 DOT 01019freenet DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 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.