Home | History | Annotate | Download | only in BootSector

Lines Matching refs:SectorsPerCluster

40 SectorsPerCluster:  .byte  0                  # Sector Per Cluster  - 8 bits

194 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
195 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
196 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
199 mulw %bx # ax = NumberOfClusters * SectorsPerCluster