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/CMakeLis…
Modified: branches/ntvdm/subsystems/ntvdm/bios/bios.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios/bio…
Added: branches/ntvdm/subsystems/ntvdm/dos/dem.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/dos/dem.…
Added: branches/ntvdm/subsystems/ntvdm/dos/dem.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/dos/dem.…
Removed: branches/ntvdm/subsystems/ntvdm/dos/dos.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/dos/dos.…
Removed: branches/ntvdm/subsystems/ntvdm/dos/dos.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/dos/dos.…
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/dos3…
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/dos3…
Modified: branches/ntvdm/subsystems/ntvdm/ntvdm.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/ntvdm.c?…
Modified: branches/ntvdm/subsystems/ntvdm/ntvdm.spec
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/ntvdm.sp…