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

/external/qemu/block/
H A Draw.c60 uint8_t bootsect[512]; local
63 memcpy(bootsect, buf, 512);
64 memset(bootsect, 0, 4);
66 return bdrv_write(bs->file, 0, bootsect, 1);

Completed in 90 milliseconds