mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
0c86291749a512b2e91eabb4f43c900f61dd247e
- 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
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%