[NTVDM]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 26 Jan 2014 21:51:27 +0000 (21:51 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 26 Jan 2014 21:51:27 +0000 (21:51 +0000)
commit0a46ec7a18e62ee97b03ba9c3f40c84d5b58b202
tree3753548dff50aae3fe6b15dc78001598d1c6db7a
parentc98977184f60c55beea66a61d48f4dbc6ece64d2
[NTVDM]
- Break the DOS source file into the "DOS BIOS" (also known in other places as ibmbio or io or...), which is in fact some kind of hardware abstraction layer, and the "DOS BDOS" kernel (also known in other places as ibmdos.com or msdos.sys or...).
- Add in DEM the possibility of loading the DOS from another files (WIP).

svn path=/branches/ntvdm/; revision=61846
subsystems/ntvdm/CMakeLists.txt
subsystems/ntvdm/dos/dem.c
subsystems/ntvdm/dos/dem.h
subsystems/ntvdm/dos/dos32krnl/bios.c [new file with mode: 0644]
subsystems/ntvdm/dos/dos32krnl/dos.c [moved from subsystems/ntvdm/dos/dos32/dos.c with 91% similarity]
subsystems/ntvdm/dos/dos32krnl/dos.h [moved from subsystems/ntvdm/dos/dos32/dos.h with 82% similarity]
subsystems/ntvdm/ntvdm.c