Searched refs:gpt_mbr (Results 1 – 1 of 1) sorted by relevance
/fatfs-2.7.6/ |
D | ff.c | 5681 …static const BYTE gpt_mbr[16] = {0x00, 0x00, 0x02, 0x00, 0xEE, 0xFE, 0xFF, 0x00, 0x01, 0x00, 0x00,… local 5752 memcpy(buf + MBR_Table, gpt_mbr, 16); /* Create a GPT partition */
|