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

/src/sys/arch/i386/stand/fatboot/fat12/
H A DMakefile4 FAT_ENTRY_SIZE=12 macro
/src/sys/arch/i386/stand/fatboot/fat16/
H A DMakefile4 FAT_ENTRY_SIZE=16 macro
/src/sys/arch/i386/stand/fatboot/
H A Dfatboot.S48 #ifndef FAT_ENTRY_SIZE
49 #error FAT_ENTRY_SIZE not defined
53 #if FAT_ENTRY_SIZE != 16 && FAT_ENTRY_SIZE != 12
54 #error Unsupported FAT_ENTRY_SIZE value
57 #define FAT_SIZE_STR (('0'+ FAT_ENTRY_SIZE / 10) | ('0' + FAT_ENTRY_SIZE % 10) << 8)
131 #if FAT_ENTRY_SIZE == 12
235 #if FAT_ENTRY_SIZE == 12
H A DMakefile.fat32 CPPFLAGS+= -DFAT_ENTRY_SIZE=${FAT_ENTRY_SIZE}

Completed in 5 milliseconds