read_mbr
mbr_size = read_mbr(disk, &mbr, !B_flag);
boot0_size = read_mbr(bpath, &boot0, 1);
static int read_mbr(const char *, u_int8_t **, int);