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
Next revision
Previous revision
adv:hardsectorconf [2023/06/12 12:52] – Add addr/data marker bit masks david-schmidtadv:hardsectorconf [2023/06/12 13:11] (current) – Add sectorVerify david-schmidt
Line 365: Line 365:
  
 ex: ''"sectorBitSize": 8'' ex: ''"sectorBitSize": 8''
 +
 +=== sectorVerify ===
 +Boolean - //Only used if sectorDerived is "data"//\\
 +Set to ''true'' if you would like to validate that the sector number matches the physical sector number. If no value is provided, then it defaults to ''false''.
 +
 +ex: ''"sectorVerify": true''
  
 ---- ----
Line 383: Line 389:
 === dataMarkerBitMask === === dataMarkerBitMask ===
 String - //Optional//\\ String - //Optional//\\
-Data field marker bit mask to apply - value in hex.+Data field marker bit mask to apply - value in hex. The length of the bit mask should equal the length of the marker.  This value is used to "mask off" particular bits to exclude them from consideration when locating a marker.  A binary value of 1 in any position will retain that bit for comparison.  A binary value of 0 in any position will exclude that bit from comparison.
  
 ex: ''"dataMarkerBitMask": "0F"'' ex: ''"dataMarkerBitMask": "0F"''