Home | History | Annotate | Download | only in fat

Lines Matching refs:Sector

28  * The boot sector.
33 public abstract class BootSector extends Sector {
55 * The offset to the sectors per cluster value stored in a boot sector.
65 * The size of a boot sector in bytes.
81 "missing boot sector signature");
159 * sector. these are x86 jump instructions which lead into
166 /* the boot sector signature */
269 * Gets the number of bytes/sector
278 * Sets the number of bytes/sector
280 * @param v the new value for bytes per sector
302 * {@link #getBytesPerSector() bytes per sector}.
495 res.append("Sector per cluster = ");
498 res.append("byte per sector = ");
510 res.append("Nr reserved sector = ");