reactos/subsystems/ntvdm
Aleksandar Andrejevic 36f251eca0 [NTVDM]
Fix several bugs:
The file was not entirely read due to an integer overflow.
The second WORD of the Program Segment Prefix (PSP) is not the number of allocated
paragraphs, but the segment of the last paragraph.
Fix the order of registers (SI and DI were mixed up with SP and BP).
Implement interrupt 0x11.
Implement redirection for reading/writing characters.


svn path=/branches/ntvdm/; revision=59409
2013-07-02 02:08:30 +00:00
..
bios.c [NTVDM] 2013-07-02 02:08:30 +00:00
bios.h [NTVDM] 2013-07-02 02:08:30 +00:00
CMakeLists.txt [NTVDM] 2013-06-26 22:58:41 +00:00
dos.c [NTVDM] 2013-07-02 02:08:30 +00:00
dos.h [NTVDM] 2013-07-02 02:08:30 +00:00
emulator.c [NTVDM] 2013-07-02 02:08:30 +00:00
emulator.h [NTVDM] 2013-07-02 02:08:30 +00:00
ntvdm.c [NTVDM] 2013-06-26 22:58:41 +00:00
ntvdm.h [NTVDM] 2013-07-01 02:29:29 +00:00
ntvdm.rc [NTVDM] 2013-06-17 00:00:36 +00:00
pic.c [NTVDM] 2013-06-26 22:58:41 +00:00
pic.h [NTVDM] 2013-06-26 22:58:41 +00:00
ps2.c [NTVDM] 2013-06-26 22:58:41 +00:00
ps2.h [NTVDM] 2013-06-26 22:58:41 +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-06-26 22:58:41 +00:00
timer.h [NTVDM] 2013-06-26 22:58:41 +00:00