Searched refs:fat16 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dvvfat.c227 } __attribute__((packed)) fat16; member in union:bootsector_t::__anon4352
977 bootsector->u.fat16.drive_number=s->fat_type==12?0:0x80; /* assume this is hda (TODO) */
978 bootsector->u.fat16.current_head=0;
979 bootsector->u.fat16.signature=0x29;
980 bootsector->u.fat16.id=cpu_to_le32(0xfabe1afd);
982 memcpy(bootsector->u.fat16.volume_label,"QEMU VVFAT ",11);

Completed in 124 milliseconds