mirror of
https://github.com/reactos/reactos.git
synced 2024-11-17 04:17:14 +00:00
827ed4b146
Some applications, run on a CDROM, may attempt to open a file with write access. CDFS driver will deny such request in ReactOS (but also in Windows NT). Then, to restore that behavior from old Windows (9X), our ntvdm, as Microsoft ntvdm will attempt to reopen the file only with read access, if opening failed because of denied access and if the file is on a CDROM. CORE-15211 |
||
---|---|---|
.. | ||
config | ||
dos | ||
ntvdm | ||
pifmgr | ||
samples | ||
vdmdbg | ||
wow16 | ||
asm16.cmake | ||
CMakeLists.txt | ||
README.txt |
Multiple Virtual DOS Machines - Directory description ===================================================== - config : Miscellaneous configuration files. - dos : 16-bit DOS components (kernel, drivers, apps...). - ntvdm : NT Virtual DOS Machine. - pifedit: ReactOS Program Information File Editor. - pifmgr : PIF Manager Icon Resource Library. - samples: Sample programs for NTVDM. - vdmdbg : Virtual DOS Machine debug helper DLL (from Wine). - wow16 : Win16 thunk files and components.