readfat
mod |= readfat(dosfs, &boot, i, ¤tFat);
mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat);
int readfat(int, struct bootblock *, int, struct fatEntry **);