MAX_BOOT_IMAGE_SIZE
op.buf = malloc(MAX_BOOT_IMAGE_SIZE + 1);
len = read(fd, op.buf, MAX_BOOT_IMAGE_SIZE + 1);
if (len > MAX_BOOT_IMAGE_SIZE)