reactos/subsystems/ntvdm
Hermès Bélusca-Maïto 4784c22d50 [NTVDM]: DOS:
- The DosErrorLevel is stored as a WORD: its LOWORD is the return code and the HIWORD is the termination code.
- When copying CurrentDirectories[...], be sure that we copy maximum DOS_DIR_LENGTH chars.
- Implement (or stubplement) bunch of INT 21h functions: 0x03, 0x04, 0x05, 0x0C, 0x0D, 0x26, 0x37, 0x47, 0x4D and 0x50. Functions 0x18, 0x1D, 0x1E and 0x20 are NULL functions present in DOS for CP/M compatibility only.
- Fix DOS version querying.
- Use set/getAX() instead of EmulatorSet/GetRegister, and use setCF instead of EmulatorSetFlag.

svn path=/branches/ntvdm/; revision=60790
2013-10-29 01:55:54 +00:00
..
bios.c Code formatting only. 2013-10-27 23:42:16 +00:00
bios.h [NTVDM] 2013-10-27 14:57:12 +00:00
CMakeLists.txt [FAST486] 2013-10-27 11:42:44 +00:00
dos.c [NTVDM]: DOS: 2013-10-29 01:55:54 +00:00
dos.h [NTVDM]: DOS: 2013-10-29 01:55:54 +00:00
emulator.c [NTVDM]: Use SEG_OFF_TO_PTR ( $+ \epsilon * code _eorganization$ ). 2013-10-27 22:13:18 +00:00
emulator.h [FAST486] 2013-10-27 00:37:01 +00:00
ntvdm.c [NTVDM] 2013-10-28 02:25:54 +00:00
ntvdm.h [NTVDM] 2013-10-27 22:31:53 +00:00
ntvdm.rc [NTVDM] 2013-06-17 00:00:36 +00:00
ntvdm.spec [NTVDM] 2013-08-09 23:52:08 +00:00
pic.c [FAST486] 2013-10-27 00:37:01 +00:00
pic.h [FAST486] 2013-10-27 00:37:01 +00:00
ps2.c [NTVDM]: DPRINT1 ReadConsoleInput failures (for debugging purposes) and remove an unneeded comment. 2013-10-27 22:10:51 +00:00
ps2.h [FAST486] 2013-10-27 00:37:01 +00:00
registers.c [NTVDM] 2013-10-26 20:48:31 +00:00
registers.h [NTVDM] 2013-08-09 23:52:08 +00:00
resource.h [NTVDM] 2013-06-17 00:00:36 +00:00
rsrc.rc [NTVDM] 2013-06-17 00:00:36 +00:00
timer.c [NTVDM] 2013-10-28 02:25:54 +00:00
timer.h [NTVDM] 2013-10-28 02:25:54 +00:00
vga.c [NTVDM] 2013-10-04 21:16:58 +00:00
vga.h [NTVDM] 2013-08-12 19:31:54 +00:00