gpt::mbr

Function write_bootcode

Source
pub fn write_bootcode<D: DiskDevice>(
    device: &mut D,
    bootcode: &[u8; 440],
) -> Result<()>
Expand description

Write the 440 bytes of BIOS bootcode.