LOG_SIZE
if (bfs_file_write(bfs, "boot.log", __log, LOG_SIZE) != 0)
#define LOG_MASK (LOG_SIZE - 1)
uint8_t __log[LOG_SIZE];