Author: hbelusca Date: Sun Jan 26 18:25:59 2014 New Revision: 61838
URL: http://svn.reactos.org/svn/reactos?rev=61838&view=rev Log: [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).
Added: branches/ntvdm/subsystems/ntvdm/dos/dem.c (with props) branches/ntvdm/subsystems/ntvdm/dos/dem.h (with props) branches/ntvdm/subsystems/ntvdm/dos/dos32/ (with props) branches/ntvdm/subsystems/ntvdm/dos/dos32/dos.c - copied, changed from r61829, branches/ntvdm/subsystems/ntvdm/dos/dos.c branches/ntvdm/subsystems/ntvdm/dos/dos32/dos.h - copied, changed from r61829, branches/ntvdm/subsystems/ntvdm/dos/dos.h Removed: branches/ntvdm/subsystems/ntvdm/dos/dos.c branches/ntvdm/subsystems/ntvdm/dos/dos.h Modified: branches/ntvdm/subsystems/ntvdm/CMakeLists.txt branches/ntvdm/subsystems/ntvdm/bios/bios.c branches/ntvdm/subsystems/ntvdm/ntvdm.c branches/ntvdm/subsystems/ntvdm/ntvdm.spec
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/ntvdm/subsystems/ntvdm/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/CMakeList...
Modified: branches/ntvdm/subsystems/ntvdm/bios/bios.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/bios...
Added: branches/ntvdm/subsystems/ntvdm/dos/dem.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/dos/dem.c...
Added: branches/ntvdm/subsystems/ntvdm/dos/dem.h URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/dos/dem.h...
Removed: branches/ntvdm/subsystems/ntvdm/dos/dos.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/dos/dos.c...
Removed: branches/ntvdm/subsystems/ntvdm/dos/dos.h URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/dos/dos.h...
Copied: branches/ntvdm/subsystems/ntvdm/dos/dos32/dos.c (from r61829, branches/ntvdm/subsystems/ntvdm/dos/dos.c) URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/dos/dos32...
Copied: branches/ntvdm/subsystems/ntvdm/dos/dos32/dos.h (from r61829, branches/ntvdm/subsystems/ntvdm/dos/dos.h) URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/dos/dos32...
Modified: branches/ntvdm/subsystems/ntvdm/ntvdm.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/ntvdm.c?r...
Modified: branches/ntvdm/subsystems/ntvdm/ntvdm.spec URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/ntvdm.spe...