Home | History | Annotate | Download | only in BootSector

Lines Matching defs:Sectors

44 ReservedSectors:    .word  0                  # Reserved Sectors    - 16 bits

47 Sectors: .word 0 # Number of Sectors - 16 bits
49 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits
50 SectorsPerTrack: .word 0 # Sectors Per Track - 16 bits - ignored
52 HiddenSectors: .long 0 # Hidden Sectors - 32 bits - ignored
53 LargeSectors: .long 0 # Large Sectors - 32 bits
99 andw $BLOCK_MASK, %bx # See if it is an even number of sectors long
102 shrw $BLOCK_SHIFT, %bx # bx = size of Root Directory in sectors
170 movb SectorsPerCluster(%bp), %bl # bx = Number of Sectors in a cluster
199 # ES:DI = Buffer to store sectors read from disk