BOOT.COM utility to boot a floppy or hard disk device. More...
Public Member Functions | |
void | Run (void) |
Program entry point, when the command is run. | |
Public Attributes | |
imageDisk * | newDiskSwap [MAX_SWAPPABLE_DISKS] = {} |
Array of disk images to add to floppy swaplist. |
BOOT.COM utility to boot a floppy or hard disk device.
Users will use this command to boot a guest operating system from a disk image. Options are provided to specify the device to boot from (if the image is already assigned) or a floppy disk image specified on the command line.
Definition at line 1163 of file dos_programs.cpp.