/// The minimum size (in bytes) a sector is allowed to have
pub const MIN_SECTOR_SIZE: usize = 512;
/// The maximum size (in bytes) a sector is allowed to have
pub const MAX_SECTOR_SIZE: usize = 4096;
/// Place this in the BPB _jmpboot field to hang if a computer attempts to boot this partition
/// The first two bytes jump to 0 on all bit modes and the third byte is just a NOP
pub const INFINITE_LOOP: = ;