This commit is contained in:
Wengier 2020-07-17 19:30:30 -04:00 committed by GitHub
parent edb408b218
commit 633ee63108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ As a general-purpose DOS emulator, DOSBox-X has many useful and unique features
DOSBox-X Quick Start
====================
Type INTRO in DOSBox-X for a quick tour. It is essential that you get familiar with the idea of mounting, since DOSBox-X does not automatically make any drive (or a part of it) accessible to the emulation, unless you turn on automatic mounting of available Windows drives at start by changing the option "automountall=false" to "automountall=true" (without quotes) in the dosbox-x.conf file.
Type INTRO in DOSBox-X for a quick tour. It is essential that you get familiar with the idea of mounting, since DOSBox-X does not automatically make any drive (or a part of it) accessible to the emulation, unless you turn on automatic mounting of available Windows drives at start by setting the option "automountall" to "true" (without quotes) in the dosbox-x.conf file.
At the beginning you have got a Z:\> instead of a C:\> at the DOSBox-X prompt. Since no drives are mounted yet, you need to make your directories available as drives in DOSBox-X by using the "mount" command. For example, the command line "mount C D:\GAMES" will give you a C drive in DOSBox-X which points to your Windows D:\GAMES directory (that was created before). To change to the drive mounted like above, type "C:". If everything went fine, DOSBox-X will display the prompt "C:\>".
@ -27,3 +27,6 @@ https://github.com/joncampbell123/dosbox-x/issues
You can get the latest official release of DOSBox-X from the DOSBox-X Releases page:
https://github.com/joncampbell123/dosbox-x/releases
Further information about the released packages and installation instructions for DOSBox-X is available from the INSTALL page:
https://github.com/joncampbell123/dosbox-x/blob/master/INSTALL.md