/[qemu]/qemu/vl.c
ViewVC logotype

Diff of /qemu/vl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.105 by bellard, Tue Nov 9 23:08:30 2004 UTC revision 1.106 by bellard, Sun Nov 14 15:42:27 2004 UTC
# Line 2497  void help(void) Line 2497  void help(void)
2497             "-hda/-hdb file  use 'file' as IDE hard disk 0/1 image\n"             "-hda/-hdb file  use 'file' as IDE hard disk 0/1 image\n"
2498             "-hdc/-hdd file  use 'file' as IDE hard disk 2/3 image\n"             "-hdc/-hdd file  use 'file' as IDE hard disk 2/3 image\n"
2499             "-cdrom file     use 'file' as IDE cdrom image (cdrom is ide1 master)\n"             "-cdrom file     use 'file' as IDE cdrom image (cdrom is ide1 master)\n"
2500             "-boot [a|b|c|d] boot on floppy (a, b), hard disk (c) or CD-ROM (d)\n"             "-boot [a|c|d]   boot on floppy (a), hard disk (c) or CD-ROM (d)\n"
2501             "-snapshot       write to temporary files instead of disk image files\n"             "-snapshot       write to temporary files instead of disk image files\n"
2502             "-m megs         set virtual RAM size to megs MB [default=%d]\n"             "-m megs         set virtual RAM size to megs MB [default=%d]\n"
2503             "-nographic      disable graphical output and redirect serial I/Os to console\n"             "-nographic      disable graphical output and redirect serial I/Os to console\n"
# Line 2910  int main(int argc, char **argv) Line 2910  int main(int argc, char **argv)
2910                  break;                  break;
2911              case QEMU_OPTION_boot:              case QEMU_OPTION_boot:
2912                  boot_device = optarg[0];                  boot_device = optarg[0];
2913                  if (boot_device != 'a' && boot_device != 'b' &&                  if (boot_device != 'a' &&
2914                      boot_device != 'c' && boot_device != 'd') {                      boot_device != 'c' && boot_device != 'd') {
2915                      fprintf(stderr, "qemu: invalid boot device '%c'\n", boot_device);                      fprintf(stderr, "qemu: invalid boot device '%c'\n", boot_device);
2916                      exit(1);                      exit(1);

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26