Update timestamp and reference config

This commit is contained in:
Jonathan Campbell
2020-03-03 22:57:18 -08:00
parent 43f8a3dc21
commit 7fcb2fe380
2 changed files with 4 additions and 1 deletions

View File

@@ -1363,6 +1363,8 @@ dongle = false
# hard drive data rate limit: Slow down (limit) hard disk throughput. This setting controls the limit in bytes/second.
# Set to 0 to disable the limit, or -1 to use a reasonable default.
# hma minimum allocation: Minimum allocation size for HMA in bytes (equivalent to /HMAMIN= parameter).
# ansi.sys: If set (by default), ANSI.SYS emulation is on. If clear, ANSI.SYS is not emulated and will not appear to be installed.
# NOTE: This option has no effect in PC-98 mode where MS-DOS systems integrate ANSI.SYS into the DOS kernel.
# log console: If set, log DOS CON output to the log file.
# dos in hma: Report that DOS occupies HMA (equiv. DOS=HIGH)
# dos sda size: SDA (swappable data area) size, in bytes. Set to 0 to use a reasonable default.
@@ -1505,6 +1507,7 @@ hma = true
hma allow reservation = true
hard drive data rate limit = -1
hma minimum allocation = 0
ansi.sys = true
log console = false
dos in hma = true
dos sda size = 0

View File

@@ -1,3 +1,3 @@
/*auto-generated*/
#define UPDATED_STR "Mar 1, 2020 11:54:50am"
#define UPDATED_STR "Mar 3, 2020 10:57:04pm"
#define COPYRIGHT_END_YEAR "2020"