HomeSort by: relevance | last modified time | path
    Searched refs:FAT_ENTRY_SIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/i386/stand/fatboot/fat12/
Makefile 4 FAT_ENTRY_SIZE=12
  /src/sys/arch/i386/stand/fatboot/fat16/
Makefile 4 FAT_ENTRY_SIZE=16
  /src/sys/arch/i386/stand/fatboot/
fatboot.S 48 #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

Completed in 32 milliseconds