mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-15 03:48:24 +08:00
update conf
This commit is contained in:
@@ -373,6 +373,10 @@ debuggerrun = debugger
|
||||
# This value is best left at its default to avoid problems with some games,
|
||||
# although other games and applications may require a higher value.
|
||||
# Programs that use 286 protected mode like Windows 3.0 in Standard Mode may crash with more than 15MB.
|
||||
# A memory file is required to emulate a memory size of 4GB or more.
|
||||
# The maximum value allowed is affected by the memalias setting which affects the maximum amount of memory CPU can access as a power of 2.
|
||||
# The maximum value is also affected by the CPU type. See DOSBox-X console and log file for details.
|
||||
# The maximum setting 1048576 represents 1TB and requires at least a Pentium II and PSE-40 emulation.
|
||||
#DOSBOX-X-ADV:# memsizekb: Amount of memory DOSBox-X has in kilobytes.
|
||||
#DOSBOX-X-ADV:# This value should normally be set to 0.
|
||||
#DOSBOX-X-ADV:# If nonzero, it is added to the memsize parameter.
|
||||
@@ -1148,7 +1152,7 @@ vsyncrate = 75
|
||||
#DOSBOX-X-ADV:# Possible values: auto, none, pse, pse36, pse40, true, false.
|
||||
#DOSBOX-X-ADV:# enable cmpxchg8b: Enable Pentium CMPXCHG8B instruction. Enable this explicitly if using software that uses this instruction.
|
||||
#DOSBOX-X-ADV:# You must enable this option to run Windows ME because portions of the kernel rely on this instruction.
|
||||
#DOSBOX-X-ADV:# enable syscall: Allow SYSENTER/SYSEXIT instructions. This option is only meaningful when cputype=pentium_ii.
|
||||
#DOSBOX-X-ADV:# enable syscall: Allow SYSENTER/SYSEXIT instructions. This option is only meaningful when is cputype=pentium_ii or higher.
|
||||
#DOSBOX-X-ADV:#
|
||||
#DOSBOX-X-ADV:# ignore undefined msr: Ignore RDMSR/WRMSR on undefined registers. Normally the CPU will fire an Invalid Opcode exception in that case.
|
||||
#DOSBOX-X-ADV:# This option is off by default, enable if using software or drivers that assumes the presence of
|
||||
|
@@ -198,6 +198,10 @@ debuggerrun = debugger
|
||||
# This value is best left at its default to avoid problems with some games,
|
||||
# although other games and applications may require a higher value.
|
||||
# Programs that use 286 protected mode like Windows 3.0 in Standard Mode may crash with more than 15MB.
|
||||
# A memory file is required to emulate a memory size of 4GB or more.
|
||||
# The maximum value allowed is affected by the memalias setting which affects the maximum amount of memory CPU can access as a power of 2.
|
||||
# The maximum value is also affected by the CPU type. See DOSBox-X console and log file for details.
|
||||
# The maximum setting 1048576 represents 1TB and requires at least a Pentium II and PSE-40 emulation.
|
||||
# nocachedir: If set, MOUNT commands will mount with -nocachedir (disable directory caching) by default.
|
||||
# freesizecap: If set to "cap" (="true"), the value of MOUNT -freesize will apply only if the actual free size is greater than the specified value.
|
||||
# If set to "relative", the value of MOUNT -freesize will change relative to the specified value.
|
||||
|
@@ -365,6 +365,10 @@ debuggerrun = debugger
|
||||
# This value is best left at its default to avoid problems with some games,
|
||||
# although other games and applications may require a higher value.
|
||||
# Programs that use 286 protected mode like Windows 3.0 in Standard Mode may crash with more than 15MB.
|
||||
# A memory file is required to emulate a memory size of 4GB or more.
|
||||
# The maximum value allowed is affected by the memalias setting which affects the maximum amount of memory CPU can access as a power of 2.
|
||||
# The maximum value is also affected by the CPU type. See DOSBox-X console and log file for details.
|
||||
# The maximum setting 1048576 represents 1TB and requires at least a Pentium II and PSE-40 emulation.
|
||||
# memsizekb: Amount of memory DOSBox-X has in kilobytes.
|
||||
# This value should normally be set to 0.
|
||||
# If nonzero, it is added to the memsize parameter.
|
||||
@@ -1120,7 +1124,7 @@ vsyncrate = 75
|
||||
# Possible values: auto, none, pse, pse36, pse40, true, false.
|
||||
# enable cmpxchg8b: Enable Pentium CMPXCHG8B instruction. Enable this explicitly if using software that uses this instruction.
|
||||
# You must enable this option to run Windows ME because portions of the kernel rely on this instruction.
|
||||
# enable syscall: Allow SYSENTER/SYSEXIT instructions. This option is only meaningful when cputype=pentium_ii.
|
||||
# enable syscall: Allow SYSENTER/SYSEXIT instructions. This option is only meaningful when is cputype=pentium_ii or higher.
|
||||
#
|
||||
# ignore undefined msr: Ignore RDMSR/WRMSR on undefined registers. Normally the CPU will fire an Invalid Opcode exception in that case.
|
||||
# This option is off by default, enable if using software or drivers that assumes the presence of
|
||||
|
Reference in New Issue
Block a user