reactos/subsystems/mvdm
Pierre Schweitzer 827ed4b146 [NTVDM] Allow opening files with write access on CDROM
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
2018-10-20 17:27:53 +02:00
..
config Add a small descriptive comment for the reason why the chosen files are specified in a .gitattributes file. 2017-10-08 15:48:07 +02:00
dos [CMAKE] Fix command.com livecd.lst entry. CORE-14509 2018-03-30 21:22:33 +02:00
ntvdm [NTVDM] Allow opening files with write access on CDROM 2018-10-20 17:27:53 +02:00
pifmgr
samples [MVDM] Update some of the file headers to their new versions. 2018-03-25 16:19:29 +02:00
vdmdbg
wow16 [MVDM] Update some of the file headers to their new versions. 2018-03-25 16:19:29 +02:00
asm16.cmake [CMAKE] Avoid use of the LOCATION property for asm16 files. CORE-14509 2018-03-30 20:28:25 +02:00
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.