reactos/subsystems/ntvdm
Aleksandar Andrejevic f5d3c9254c [FAST486]
Separate external interrupts from interrupt signals (which are
interrupts whose number is not known until they can be serviced,
just like hardware interrupts on a real CPU).
[NTVDM]
Improve the PIC emulation code (IRQ priorities, etc...).
Instead of checking for interrupts in the main loop, move the
PS/2 input parsing to a different thread.
Improve BIOS keyboard IRQ handling.


svn path=/branches/ntvdm/; revision=60761
2013-10-27 00:37:01 +00:00
..
bios.c [FAST486] 2013-10-27 00:37:01 +00:00
bios.h [NTVDM] 2013-08-15 01:40:50 +00:00
CMakeLists.txt [SOFTX86] 2013-10-26 20:53:33 +00:00
dos.c [NTVDM] 2013-10-26 18:01:40 +00:00
dos.h [NTVDM] 2013-08-15 01:40:50 +00:00
emulator.c [FAST486] 2013-10-27 00:37:01 +00:00
emulator.h [FAST486] 2013-10-27 00:37:01 +00:00
ntvdm.c [FAST486] 2013-10-27 00:37:01 +00:00
ntvdm.h [NTVDM] 2013-10-26 20:48:31 +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 [FAST486] 2013-10-27 00:37:01 +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-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