HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

BOOT — Boot floppy or hard disk images directly, bypassing OS emulation. More information: <https://www.dos

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddiskimageshardbootclifloppy

Problem

How to use the BOOT command: Boot floppy or hard disk images directly, bypassing OS emulation. More information: <https://www.dosbox.com/wiki/BOOT>.

Solution

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 ...}}

Code Snippets

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 ...}}

Context

tldr-pages: dos/BOOT

Revisions (0)

No revisions yet.