mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
update config ref
This commit is contained in:
@@ -2074,7 +2074,9 @@ timeout = 0
|
||||
#DOSBOX-X-ADV:# kernel allocation in umb: If set, dynamic kernel allocation=1, and private area in umb=1, all kernel structures will be allocated from the private area in UMB.
|
||||
#DOSBOX-X-ADV:# If you intend to run Windows 3.1 in DOSBox-X, you must set this option to false else Windows 3.1 will not start.
|
||||
#DOSBOX-X-ADV:# keep umb on boot: If emulating UMBs, keep the UMB around after boot (Mainline DOSBox behavior). If clear, UMB is unmapped when you boot an operating system.
|
||||
#DOSBOX-X-ADV:# keep private area on boot: If set, keep the DOSBox-X private area around after boot (Mainline DOSBox behavior). If clear, unmap and discard the private area when you boot an operating system.
|
||||
#DOSBOX-X-ADV:# keep private area on boot: If set to true, keep the DOSBox-X private area around after boot (Mainline DOSBox behavior). If false, unmap and discard the private area when you boot an operating system.
|
||||
#DOSBOX-X-ADV:# If set to auto, DOSBox-X will unmap and discard the private area while booting to a guest system unless Glide passthrough is enabled (useful for Windows 9x Glide support).
|
||||
#DOSBOX-X-ADV:#
|
||||
#DOSBOX-X-ADV:# Possible values: true, false, 1, 0, auto.
|
||||
#DOSBOX-X-ADV:# private area in umb: If set, keep private DOS segment in upper memory block, usually segment 0xC800 (Mainline DOSBox behavior)
|
||||
#DOSBOX-X-ADV:# If clear, place private DOS segment at the base of system memory (just below the MCB)
|
||||
@@ -2091,7 +2093,7 @@ timeout = 0
|
||||
# Similarly, FAT32 disk images will be supported with a reported DOS version of 7.1 or higher.
|
||||
#
|
||||
# lfn: Enable long filename support. If set to auto (default), it is enabled if the reported DOS version is at least 7.0.
|
||||
# If set to autostart, the builtin VER command won't activate/disactivate LFN support according to the reported DOS version.
|
||||
# If set to autostart, the builtin VER command won't activate/deactivate LFN support according to the reported DOS version.
|
||||
# Possible values: true, false, 1, 0, auto, autostart.
|
||||
# shellhigh: Load the DOSBox-X command shell into the upper memory when the UMB is available.
|
||||
# If set to auto (default), it is enabled if the reported DOS version is at least 7.0.
|
||||
@@ -2099,11 +2101,11 @@ timeout = 0
|
||||
# automount: Enable automatic drive mounting in Windows.
|
||||
# automountall: Automatically mount all available Windows drives at start.
|
||||
# Possible values: true, false, 1, 0, quiet.
|
||||
# mountwarning: If set, a warning will be displayed if you try to mount C:\ in Windows or / in other platforms.
|
||||
# mountwarning: If set, a warning message will be displayed while trying to auto-mount your Windows host drives.
|
||||
#DOSBOX-X-ADV:# autoa20fix: If set (default), DOSBox-X will automatically re-run the executable with the A20 gate disabled if it failed with the "Packed file is corrupt" error.
|
||||
#DOSBOX-X-ADV:# If both autoa20fix and autoloadfix are set, then the former will be tried first, and the latter will be tried if the former did not work.
|
||||
#DOSBOX-X-ADV:# autoloadfix: If set (default), DOSBox-X will automatically re-run the executable with LOADFIX if it failed with the "Packed file is corrupt" error.
|
||||
# autofixwarning: If set to true or both, DOSBox-X will show messages when trying to automatically fix the "Packed file is corrupt" error.
|
||||
# autofixwarning: If set to true or both, DOSBox-X shows messages while trying to automatically fix the "Packed file is corrupt" error.
|
||||
# If set to false or none, DOSBox-X will not show such messages on the screen when the error occurred.
|
||||
# If set to "a20fix" or "loadfix", DOSBox-X will show the message for the a20fix or the loadfix only.
|
||||
# Possible values: true, false, 1, 0, both, a20fix, loadfix, none.
|
||||
|
Reference in New Issue
Block a user