Lines Matching refs:ramdisk
65 void *ramdisk, unsigned ramdisk_size, unsigned ramdisk_offset,
298 " boot <kernel> [ <ramdisk> [ <second> ] ] download and boot kernel\n"
299 " flash:raw boot <kernel> [ <ramdisk> [ <second> ] ] create bootimage and \n"
327 void *load_bootable_image(const char *kernel, const char *ramdisk,
351 if(ramdisk) {
352 fprintf(stderr, "cannot boot a boot.img *and* ramdisk\n");
360 if(ramdisk) {
361 rdata = load_file(ramdisk, &rsize);
363 fprintf(stderr,"cannot load '%s': %s\n", ramdisk, strerror(errno));