Changeset 4486 in vbox for trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
- Timestamp:
- Sep 3, 2007 8:52:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r4131 r4486 626 626 " -fda <file> Set temporary first floppy disk to file\n" 627 627 " -cdrom <file> Set temporary CDROM/DVD to file/device ('none' to unmount)\n" 628 " -boot <a|c|d > Set temporary boot device (a = floppy, c = first hard disk, d = DVD)\n"628 " -boot <a|c|d|n> Set temporary boot device (a = floppy, c = 1st HD, d = DVD, n = network)\n" 629 629 " -m <size> Set temporary memory size in megabytes\n" 630 630 " -vram <size> Set temporary size of video memory in megabytes\n" … … 1012 1012 { 1013 1013 bootDevice = DeviceType_DVDDevice; 1014 break; 1015 } 1016 1017 case 'n': 1018 { 1019 bootDevice = DeviceType_NetworkDevice; 1014 1020 break; 1015 1021 }
Note:
See TracChangeset
for help on using the changeset viewer.