mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
2693a26e3e
This fixes the age-long annoyance that wherever you ran a DOS program with NTVDM, its cmos.ram file would be created in the same current directory the DOS program was being started. This created at least two problems: - useless pollution of directories with cmos.ram files; - for installers, e.g. of Turbo C 1.x that enumerate the install files from their directories to be copied/extracted somewhere, the cmos.ram file could then be enumerated along and cause the installation to interrupt and/or fail. Now the cmos.ram file is created in the same directory NTVDM resides (usually in System32...). Also, debug-print out only loading errors instead of successes as well. |
||
---|---|---|
.. | ||
bios | ||
console | ||
cpu | ||
dos | ||
hardware | ||
lang | ||
res | ||
clock.c | ||
clock.h | ||
CMakeLists.txt | ||
emulator.c | ||
emulator.h | ||
int32.c | ||
int32.h | ||
io.c | ||
io.h | ||
memory.c | ||
memory.h | ||
ntvdm.c | ||
ntvdm.h | ||
ntvdm.rc | ||
ntvdm.spec | ||
resource.h | ||
utils.c | ||
utils.h | ||
vddsup.c | ||
vddsup.h |