mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
update config ref
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
0.83.15
|
||||
- Improved the network redirector functions for the
|
||||
Windows platform, so that you can for example list,
|
||||
open, write, copy, and execute files in a network
|
||||
path in the form \\COMPUTER\FOLDER directly when
|
||||
open, write, copy, and execute files in UNC network
|
||||
paths in the form \\COMPUTER\FOLDER directly when
|
||||
network redirector function is enabled and secure
|
||||
mode is disabled on Windows systems. (Wengier)
|
||||
- MOUNT command followed by a drive letter only will
|
||||
|
@@ -1967,6 +1967,7 @@ timeout = 0
|
||||
# share: Report SHARE.EXE as resident. This will allow file locking to be performed, although not all SHARE functions are emulated.
|
||||
# file access tries: If a positive integer is set, DOSBox-X will try to read/write/lock files directly on mounted local drives for the specified number of times before failing on Windows systems.
|
||||
# network redirector: Report DOS network redirector as resident. This will allow the host name to be returned unless the secure mode is enabled.
|
||||
# You can also directly access UNC network paths in the form \MACHINE\SHARE even if they are not mounted as drives on Windows systems.
|
||||
# Set either "ipx=true" in [ipx] section or "ne2000=true" in [ne2000] section for a full network redirector environment.
|
||||
#DOSBOX-X-ADV:# minimum dos initial private segment: In non-mainline mapping mode, where DOS structures are allocated from base memory, this sets the
|
||||
#DOSBOX-X-ADV:# minimum segment value. Recommended value is 0x70. You may reduce the value down to 0x50 if freeing
|
||||
|
@@ -924,6 +924,7 @@ timeout = 0
|
||||
# share: Report SHARE.EXE as resident. This will allow file locking to be performed, although not all SHARE functions are emulated.
|
||||
# file access tries: If a positive integer is set, DOSBox-X will try to read/write/lock files directly on mounted local drives for the specified number of times before failing on Windows systems.
|
||||
# network redirector: Report DOS network redirector as resident. This will allow the host name to be returned unless the secure mode is enabled.
|
||||
# You can also directly access UNC network paths in the form \MACHINE\SHARE even if they are not mounted as drives on Windows systems.
|
||||
# Set either "ipx=true" in [ipx] section or "ne2000=true" in [ne2000] section for a full network redirector environment.
|
||||
# minimum mcb free: Minimum free segment value to leave free. At startup, the DOS kernel will allocate memory
|
||||
# up to this point. This can be used to deal with EXEPACK issues or DOS programs that cannot
|
||||
|
@@ -1911,6 +1911,7 @@ timeout = 0
|
||||
# share: Report SHARE.EXE as resident. This will allow file locking to be performed, although not all SHARE functions are emulated.
|
||||
# file access tries: If a positive integer is set, DOSBox-X will try to read/write/lock files directly on mounted local drives for the specified number of times before failing on Windows systems.
|
||||
# network redirector: Report DOS network redirector as resident. This will allow the host name to be returned unless the secure mode is enabled.
|
||||
# You can also directly access UNC network paths in the form \MACHINE\SHARE even if they are not mounted as drives on Windows systems.
|
||||
# Set either "ipx=true" in [ipx] section or "ne2000=true" in [ne2000] section for a full network redirector environment.
|
||||
# minimum dos initial private segment: In non-mainline mapping mode, where DOS structures are allocated from base memory, this sets the
|
||||
# minimum segment value. Recommended value is 0x70. You may reduce the value down to 0x50 if freeing
|
||||
|
@@ -3868,6 +3868,7 @@ void DOSBOX_SetupConfigSections(void) {
|
||||
|
||||
Pbool = secprop->Add_bool("network redirector",Property::Changeable::WhenIdle,true);
|
||||
Pbool->Set_help("Report DOS network redirector as resident. This will allow the host name to be returned unless the secure mode is enabled.\n"
|
||||
"You can also directly access UNC network paths in the form \\MACHINE\\SHARE even if they are not mounted as drives on Windows systems.\n"
|
||||
"Set either \"ipx=true\" in [ipx] section or \"ne2000=true\" in [ne2000] section for a full network redirector environment.");
|
||||
Pbool->SetBasic(true);
|
||||
|
||||
|
Reference in New Issue
Block a user