reactos/reactos/subsystems/mvdm
Hermès Bélusca-Maïto 7b6be00fcc [COMMAND.COM]
Surround welcome & debugging messages in #ifndef NDEBUG blocks, that should be compiled in trunk but will be disabled in the release.
This is to "cure" the bad-looking problem described in http://www.reactos.org/forum/viewtopic.php?f=25&t=14620 .

svn path=/trunk/; revision=70365
2015-12-16 17:28:59 +00:00
..
config [NTVDM]: Add configuration files (will be needed in the future). By Lee Schroeder. 2015-03-07 01:42:16 +00:00
dos [COMMAND.COM] 2015-12-16 17:28:59 +00:00
ntvdm [TRANSLATIONS] Romanian translation update by Ștefan Fulea. CORE-10676 2015-12-16 10:22:00 +00:00
samples [BASESRV][NTVDM][TESTVDD] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-18 17:01:49 +00:00
vdmdbg
wow16
asm16.cmake [ASM] 2015-09-15 01:59:14 +00:00
CMakeLists.txt [NTVDM] 2015-09-12 20:09:25 +00:00
README.txt [MVDM]: Add a testbench VDD. Tested by hyoenmadan on NT4 MIPS NTVDM and by myself on 2k3 NTVDM. 2015-03-20 00:14:11 +00:00

Multiple Virtual DOS Machines - Directory description
=====================================================

- config : Miscellaneous configuration files.
- dos    : All 16-bit DOS files (kernel, drivers, apps...) are placed here.
- ntvdm  : NT Virtual DOS Machine.
- samples: Sample programs for NTVDM.
- vdmdbg : Virtual DOS Machine debug helper DLL (from Wine).
- wow16  : All Win16 thunk files are placed here.