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

Re: firmware for the PseudoDisk



"Michael J. Mahon" <mjmahon@aol.com> wrote in message
9qKdnYGU25CrM8zYnZ2dnUVZ_rednZ2d@comcast.com">news:9qKdnYGU25CrM8zYnZ2dnUVZ_rednZ2d@comcast.com...
> > 1. Make a Windows GUI   that allows writing images to the SD/MMC.
> > No need for a "filesystem". Just some simple catalog of images that
> > are always contiguous.
> >
> > 2. Use FAT16 on SD/MMC to store files: .nib images and .hdv images.
> > Treat them as nibble images and ProDOS volumes depending on
> > extension. On boot load a program that will list the FAT catalog
> > and allow selecting an image by name.
>
> How about just making it have multiple ProDOS partitions, and
> accessing it with CiderPress on the PC or ? on other platforms?

What is the partitioning scheme for multiple ProDOS partitions?
I *think*  CiderPress can only access a single ProDOS volume on
a physical device. And Windows only maps one partition to a logical
device.

The idea here is to make it easy to store images to the flash memory
on any platform. They all understand FAT. Suppose I write 10 .hdv files
up to 32MB each and 10 .nib files 228K each to the FAT-formated SD card.
The firmware lets the user select one image and maps linear sector addresses
to the physical storage according to FAT.

>
> How could ProDOS use a FAT filesystem, anyway?

Same way as Apple emulators use .hdv images on my NTFS drives.

-Alex.