meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
adv:ibmsectorconf [2023/01/22 18:47] diskblitzadv:ibmsectorconf [2023/01/22 18:54] (current) diskblitz
Line 165: Line 165:
 ===== Sector Identification ===== ===== Sector Identification =====
  
-These values are within the address field and used to identify which sector it is. All bit indexes referenced below are relative to the address marker (0 is the first bit of the address marker, 8 is the start of the byte following the address marker).+These values are within the address field and used to identify which sector it is. The IBM standard uses a set of 4 values which are: cylinder, head, sector, and size. All bit indexes referenced below are relative to the address marker (0 is the first bit of the address marker, 8 is the start of the byte following the address marker). For the size value, the IBM standard uses the value 0 to describe a 128 byte sector, 1 for 256 bytes, 2 for 512 byes, etc.
  
 === trackBitIndex === === trackBitIndex ===
Line 205: Line 205:
 === sizeBitIndex === === sizeBitIndex ===
 Int\\ Int\\
-The bit index of the start of the size value. If no value is provided, then it defaults to ''32''. The IBM standard uses the value 0 to describe a 128 byte sector, 1 for 256 bytes, 2 for 512 byes, etc.+The bit index of the start of the size value. If no value is provided, then it defaults to ''32''.
  
 ex: ''"sectorBitIndex": 32'' ex: ''"sectorBitIndex": 32''