mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +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. |
||
---|---|---|
.. | ||
sound | ||
video | ||
cmos.c | ||
cmos.h | ||
disk.c | ||
disk.h | ||
dma.c | ||
dma.h | ||
keyboard.c | ||
keyboard.h | ||
mouse.c | ||
mouse.h | ||
pic.c | ||
pic.h | ||
pit.c | ||
pit.h | ||
ppi.c | ||
ppi.h | ||
ps2.c | ||
ps2.h |