[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple2 USB Stick interface with Vinculum chip



mdj wrote:
> On Apr 28, 8:33 pm, biel...@terra.es wrote:
> >
> > Well, I guess, yes, not true plug-and-play here... sorry. :-)
>
> The plug-and-play part is easy. You'd either need some form of
> convention in either the partition map or filenames of the media, or
> some non-volatile memory on the controller card to manage priority.
>
> Going from that to "hot swap" is also quite doable, at least in ProDOS
> 8. A GS/OS expert would have to comment on the relative complexity of
> that, but I'd imagine it's just as easy.
>
> Matt

The way I see it :

1.- The vinculum chip handles accesses to files in a single FAT
filesystem volume in a single USB mass-storage device.
2.- Some (disk image) file(s) in the FAT volume have to be mapped as
physical volume(s) to the Apple II.
3.- In a pseudisk-like way, an AVR would take care of the abstraction
files-> physical volumes.
4.- Here there's not an AVR, so unless the vinculum can handle this,
the Apple II will have to do it.

--Jorge.