Scorpio News |
January–March 1987 – Volume 1. Issue 1. |
Page 28 of 63 |
---|
bytes indicated by the sector length byte. Finally, the two CRC bytes are written to the disk followed by one byte of ones (0FFH)
In the Gemini DDDS, QDSS and QDDS formats, there are ten sectors per track and consequently the pattern of ID blocks and data area will be repeated ten times on the track but with differing sector numbers.
Normally, the memory image of the track to be written during formatting would look something like the given below; the values given conform to the IBM System 34 format. When using the FD1797 FDC, the index mark is not required and so Gemini have left in out together with pre-index gap (gap 4) and the 0F6H bytes. In the example memory images given, the centre column contains the data sent to the FDC while the right hand column shows the data written to the disk surface.
Number of bytes | Hex value to FDC | byte sent to disk | ||
---|---|---|---|---|
80 | 4E | 4E | ||
12 | 00 | 00 | ||
3 | F6 | C2 | ||
1 | FC | FC | ; Index mark | |
50 | 4E | 4E | ||
* | 12 | 00 | 00 | |
* | 3 | F5 | A1 | ; Resets CRC generator |
* | 1 | FE | FE | ; ID Address mark |
* | 1 | Track No | Track No | |
* | 1 | Side No | Side No | |
* | 1 | Sector No | Sector No | |
* | 1 | 01 | 01 | ; Sector Length (256 bytes) |
* | 1 | F7 | CRC1 | |
* | CRC2 | |||
* | 22 | 4E | 4E | |
* | 12 | 00 | 00 | |
* | 3 | F5 | A1 | ; Resets CRC generator |
* | 1 | FB | FB | ; Data Address mark |
* | 256 | E5 | E5 | ; Empty Data area |
* | 1 | F7 | CRC1 | |
* | CRC2 | |||
* | 54 | 4E | 4E | |
** | 598 | 4E | 4E |
* | Write this field 26 times |
** | Continue writing 4EH until next index pulse received (Physical end of track). |
By contrast, the track format for the Gemini QDDS format is given below:
Number of bytes | Hex value to FDC | byte sent to disk | ||
---|---|---|---|---|
32 | 4E | 4E | ||
* | 12 | 00 | 00 | |
* | 3 | F5 | A1 | ; Resets CRC generator |
* | 1 | FE | FE | ; ID Address mark |
* | 1 | Track No | Track No | |
* | 1 | Side No | Side No |
Page 28 of 63 |
---|