DDI
From Just Solve the File Format Problem
(Difference between revisions)
(initial version) |
(→Overview: small update) |
||
Line 8: | Line 8: | ||
'''DDI''' is a sector-based disk image format. | '''DDI''' is a sector-based disk image format. | ||
− | There is a Pascal program floating around the internet which includes source code and can convert DDI files to raw sector dumps. It is called '''DOSIMG''' and can be found mainly on various Chinese websites<ref>http://download.pchome.net/system/disk/down-13054-1.html</ref><ref>http://roy.orz.hm/soft/DOSIMG.zip</ref> | + | There is a Pascal program floating around the internet which includes source code and can convert DDI files to raw sector dumps. It is called '''DOSIMG''' and can be found mainly on various Chinese websites<ref>http://download.pchome.net/system/disk/down-13054-1.html</ref><ref>http://roy.orz.hm/soft/DOSIMG.zip</ref>. However, the program works only on DOS formatted disk images, as it relies on reading the BPB from the boot sector. |
==References== | ==References== | ||
<references/> | <references/> |
Revision as of 20:31, 23 March 2014
Overview
DDI is a sector-based disk image format.
There is a Pascal program floating around the internet which includes source code and can convert DDI files to raw sector dumps. It is called DOSIMG and can be found mainly on various Chinese websites[1][2]. However, the program works only on DOS formatted disk images, as it relies on reading the BPB from the boot sector.