"Fake" XDF disk support works now

What this means is that XDF disk images formatted as 80-track 23-sector-per-track images will work with XDF code that honors that format; however, I've not yet been able to test with "real" XDF disk images (ie, disk images created with DiskDump using the experimental --xdf flag).  "Real" XDF disk images almost certainly need more work (eg, setting all the sector IDs properly), but the groundwork has been laid.
This commit is contained in:
Jeff Parsons 2014-10-27 22:20:41 -07:00 committed by jeffpar
commit 024f9fccf8
20 changed files with 1973 additions and 1809 deletions

File diff suppressed because one or more lines are too long

View file

@ -6,9 +6,6 @@
<type>DOS</type>
<category>Operating System</category>
<author>IBM</author>
<disk id="disk00" size="1474560" chs="80:2:18" img="private/PCDOS700.img" href="/disks/pc/dos/ibm/7.00/PCDOS700.json" md5="72f453733c6d4a102fdad4366a7daf1f" md5json="fcbc9523367a18ee0efa0dccace722c2">
<name>PC-DOS 7.00 (Boot Disk)</name>
</disk>
<disk id="disk01" size="1474560" chs="80:2:18" img="private/PCDOS700-DISK1.img" href="/disks/pc/dos/ibm/7.00/PCDOS700-DISK1.json" md5="2a3736d2acbb7730965b7cb6d3f16d00" md5json="97fc896b5679dabbadfa13ed6a1dc681">
<name>PC-DOS 7.00 (SETUP Disk 1)</name>
</disk>
@ -24,4 +21,10 @@
<disk id="disk05" size="1884160" chs="80:2:23" img="private/PCDOS700-DISK5.xdf" href="/disks/pc/dos/ibm/7.00/PCDOS700-DISK5.json" md5="e613544f161d0857fc3adf6a13eb9371" md5json="db19c311f807b70f43efcc9d59a313dd">
<name>PC-DOS 7.00 (SETUP Disk 5)</name>
</disk>
<disk id="disk06" size="1228800" chs="80:2:15" img="private/PCDOS700-1200.img" href="/disks/pc/dos/ibm/7.00/PCDOS700-1200.json" md5="ea7df13867ae2d7838c0f620281aa295" md5json="039a2b79ad43d69bc9b82ba18ad6c10b">
<name>PC-DOS 7.00 (1.2Mb Boot Disk)</name>
</disk>
<disk id="disk07" size="1474560" chs="80:2:18" img="private/PCDOS700-1440.img" href="/disks/pc/dos/ibm/7.00/PCDOS700-1440.json" md5="72f453733c6d4a102fdad4366a7daf1f" md5json="fcbc9523367a18ee0efa0dccace722c2">
<name>PC-DOS 7.00 (1.44Mb Boot Disk)</name>
</disk>
</manifest>