reactos/subsystems/ntvdm
Aleksandar Andrejevic 01d5a36cf5 [NTVDM]
Remove the code that performs waiting in 32-bit mode since that blocks the emulator
and prevents interrupts from working.
Implement a 16-bit waiting system in the interrupt handlers.
Fix the PS/2 interrupt code.


svn path=/branches/ntvdm/; revision=60739
2013-10-24 01:01:49 +00:00
..
bios.c [NTVDM] 2013-10-24 01:01:49 +00:00
bios.h [NTVDM] 2013-08-15 01:40:50 +00:00
CMakeLists.txt Bye bye Soft386, welcome Fast486, courtesy Aleksandar Andrejevic. 2013-10-19 16:55:51 +00:00
dos.c [NTVDM] 2013-10-24 01:01:49 +00:00
dos.h [NTVDM] 2013-08-15 01:40:50 +00:00
emulator.c [NTVDM] 2013-10-24 01:01:49 +00:00
emulator.h [NTVDM] 2013-10-24 01:01:49 +00:00
ntvdm.c [NTVDM] 2013-08-10 21:41:20 +00:00
ntvdm.h Bye bye Soft386, welcome Fast486, courtesy Aleksandar Andrejevic. 2013-10-19 16:55:51 +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 [NTVDM] 2013-07-22 13:51:26 +00:00
pic.h Fix formatting, no code changes. 2013-08-09 18:55:35 +00:00
ps2.c [NTVDM] 2013-10-24 01:01:49 +00:00
ps2.h Fix formatting, no code changes. 2013-08-09 18:55:35 +00:00
registers.c [NTVDM] 2013-08-16 19:33:04 +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-08-06 21:06:00 +00:00
timer.h Fix formatting, no code changes. 2013-08-09 18:55:35 +00:00
vga.c [NTVDM] 2013-10-04 21:16:58 +00:00
vga.h [NTVDM] 2013-08-12 19:31:54 +00:00