17 lines
342 B
Markdown
17 lines
342 B
Markdown
|
|
# BOOT
|
||
|
|
|
||
|
|
> Boot floppy or hard disk images directly, bypassing OS emulation.
|
||
|
|
> More information: <https://www.dosbox.com/wiki/BOOT>.
|
||
|
|
|
||
|
|
- Boot from floppy image:
|
||
|
|
|
||
|
|
`BOOT {{path/to/floppy.img}}`
|
||
|
|
|
||
|
|
- Boot from hard disk image:
|
||
|
|
|
||
|
|
`BOOT {{path/to/hard_disk.img}}`
|
||
|
|
|
||
|
|
- Boot multiple floppy images:
|
||
|
|
|
||
|
|
`BOOT {{path/to/floppy1.img path/to/floppy2.img ...}}`
|