Home | History | Annotate | Download | only in block

Lines Matching full:fat32

236 	} __attribute__((packed)) fat32;
252 uint8_t fs_type; /* 0x1 = FAT12, 0x6 = FAT16, 0xe = FAT16_LBA, 0xb = FAT32, 0xc = FAT32_LBA */
400 /* FAT12/FAT16/FAT32 */
896 /* LATER TODO: still true for FAT32? */
976 /* LATER TODO: if FAT32, this is wrong */
983 memcpy(bootsector->fat_type,(s->fat_type==12?"FAT12 ":s->fat_type==16?"FAT16 ":"FAT32 "),8);
1014 /* LATER TODO: if FAT32, adjust */
1043 fprintf(stderr, "Big fat greek warning: FAT32 has not been tested. You are welcome to do so!\n");