VOGONS

Common searches


Search results

Display options

Re: DOS virtual filesystem

I don't think you want a redirector, rather you really want a device driver so that DOS can mount your USB disk and handle filesystems for you. It'll be simpler than a redirector, even! Note that a device driver .sys file can be loaded at runtime using any of the popular DEVLOAD equivalents. It is …

Re: DOS virtual filesystem

My first idea was to write a "small" TSR program that just wrapped the DOS IO API functions. The problem with this is that the API is quite big and the concept of default devices makes it more complicated. I then considered using the network and create some kind of network share and having a built …

Page 2 of 6