Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

struc TrackLayout
 tklSectors     dw SECTORS          ; No. of sectors on track
 tklNumSize     dd SECTORS dup (?)  ; Array of sector numbers and sizes
ends

;       The TrackLayout structure contains an array of numbers and
;       sizes for the sectors on a track.
;
;
;       ; tklNumSize (low word)
;       Specifies the number of the sector. Each sector number must be
;       unique and in the range 1 (one) through the number of sectors
;       specified in tklSectors.
;
;       ; tklNumSize (high word)
;       Specifies the size of the sector, in bytes.
;       All sector sizes must be equal.

See Also: 440Dh /40h DeviceParams

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson