bloodline wrote:
zipper wrote:
I remember formatting the amiga disks in a special matter it would give capacity of 1MB...
I don't remember what i used to format the disks in that matter though....
diskspare.device, upto 984 kB, is one contender.
If you rewrote the trackdisk.device to use 8B/10B encoding instead of MFM... then you could proably incraese a standard floppy capacity to 1.4Megs...
I once (in 1998) wrote a "tbc.device" which used "three bit encoding" for two data bits instead of MFM (two encoded bits for one data bits) and theoretically allowed 16 blocks per track. Using 82 cylinders, you could reach 1312 KB per DD disk. Unfortunately, I only managed to get the encoding stable for the first 40 cylinders -- probably due to precompensation after this mark, the reading of the data was not stable. I gave up the project as floppies were becoming more and more obsolete at that time anyway.