Searched refs:MAX_BOOT (Results 1 – 2 of 2) sorted by relevance
187 #define MAX_BOOT 4096 macro190 unsigned char bytes[MAX_BOOT];191 char characters[MAX_BOOT];
46 if(size > MAX_BOOT) in read_boot()47 size = MAX_BOOT; in read_boot()