BS_JmpBoot is only used within FatFs.
 
Symbols
loading...
Files
loading...

BS_JmpBoot macro

Syntax

#define BS_JmpBoot 0

References

LocationText
ff.c:336
#define BS_JmpBoot 0 /* x86 jump instruction (3-byte) */
ff.c:2975
if (fs->win[BS_JmpBoot] == 0xE9 || (fs->win[BS_JmpBoot] == 0xEB && fs->win[BS_JmpBoot + 2] == 0x90)) {
ff.c:5629
mem_cpy(buf + BS_JmpBoot, "\xEB\xFE\x90" "MSDOS5.0", 11);/* Boot jump code (x86), OEM name */