Home | History | Annotate | Download | only in BootSector

Lines Matching refs:SectorsPerCluster

40 SectorsPerCluster:   .byte  0              # Sector Per Cluster              - 1 byte

203 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
204 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
205 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
208 mulw %bx # ax = NumberOfClusters * SectorsPerCluster