| DI File Format Description |
y disk drive emulators on STs.
ConventionsBEWORD - 16bit unsigned short (big endian) BYTE - 8bit unsigned char Header
Sector tableThen there is bytes table which is long (tracks * sec per track). In every byte is stored checksum of corresponding sector.BodyThen there are continuous sectors. If the sector is empty, it's not stored in file. Upon reading, if the checksum byte is 0, corresponding sector is not read.Algorithm is simple - adding the bytes together with the carry. (0xFF + 0x01 = 0x01) First three sectors of DD disk have only 0x80 bytes stored.
Back (c) 1998-2004 Jindroush Last modified: Tue Feb 27 11:20:52 2001
|