Home
last modified time | relevance | path

Searched refs:BS_JmpBoot (Results 1 – 1 of 1) sorted by relevance

/fatfs-2.7.6/
Dff.c95 #define BS_JmpBoot 0 /* x86 jump instruction (3-byte) */ macro
3251 …if (sign == 0xAA55 && !memcmp(fs->win + BS_JmpBoot, "\xEB\x76\x90" "EXFAT ", 11)) return 1; /* I…
3253 b = fs->win[BS_JmpBoot];
6060 memcpy(buf + BS_JmpBoot, "\xEB\x76\x90" "EXFAT ", 11); /* Boot jump code (x86), OEM name */
6181 memcpy(buf + BS_JmpBoot, "\xEB\xFE\x90" "MSDOS5.0", 11); /* Boot jump code (x86), OEM name */