Revision f97572e5

b/hw/pc.c
439 439
    hda = drive_get_index(IF_IDE, 0, 0);
440 440
    if (hda == -1) {
441 441
	fprintf(stderr, "A disk image must be given for 'hda' when booting "
442
		"a Linux kernel\n");
442
		"a Linux kernel\n(if you really don't want it, use /dev/zero)\n");
443 443
	exit(1);
444 444
    }
445 445

  

Also available in: Unified diff