A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Hermès Bélusca-Maïto 0c86291749 [NTVDM]
- Move the mouse driver to DOS since it's our 32bit version of mouse.com, in some sense,
- Temporarily disable the mouse user callbacks because currently they went called in a parallel thread than the CPU one, that caused CPU corruption,
- In the same way we currently trigger IRQ1 interrupts, we do the same for IRQ12,
- Make the console input pump more modular (and mouse presence detection code is WIP),
- Put keyboard code into a dedicated file (as done for the mouse),
- Adapt the existing PS/2 emulation code to support two PS/2 ports controlled by 1 controller. Please note that some documentations precise that the response byte (answer to a PS/2 controller command) is written directly to the PS/2 output port.

svn path=/trunk/; revision=64168
2014-09-16 00:51:15 +00:00
reactos [NTVDM] 2014-09-16 00:51:15 +00:00
rosapps [GREEN]: Fix 2nd parameter of ObOpenObjectByName. 2014-05-17 13:26:32 +00:00
rostests [ADVAPI32_APITEST] 2014-09-15 21:08:00 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00