pub fn write_bootcode<D: DiskDevice>( device: &mut D, bootcode: &[u8; 440], ) -> Result<()>
Write the 440 bytes of BIOS bootcode.