[NTVDM]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 26 Jan 2014 18:25:59 +0000 (18:25 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 26 Jan 2014 18:25:59 +0000 (18:25 +0000)
commitc98977184f60c55beea66a61d48f4dbc6ece64d2
treeb5bffdf9ab32a1799caf21715acd55896d8a40a5
parent1608c84d724612383d765cf1d5a4bab8714f150b
[NTVDM]
- Start to refactor the DOS sources:
  Introduce the DEM (DOS Emulation) support library that is used by our built-in DOS, and that is used (via BOPs) by windows NT DOS (files: ntio.sys and ntdos.sys).
- Export some of DEM functions; stub most of them and implement the remaining ones (with existing code that we had in dos.c before).

svn path=/branches/ntvdm/; revision=61838
subsystems/ntvdm/CMakeLists.txt
subsystems/ntvdm/bios/bios.c
subsystems/ntvdm/dos/dem.c [new file with mode: 0644]
subsystems/ntvdm/dos/dem.h [new file with mode: 0644]
subsystems/ntvdm/dos/dos32/dos.c [moved from subsystems/ntvdm/dos/dos.c with 95% similarity]
subsystems/ntvdm/dos/dos32/dos.h [moved from subsystems/ntvdm/dos/dos.h with 78% similarity]
subsystems/ntvdm/ntvdm.c
subsystems/ntvdm/ntvdm.spec