A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Aleksandar Andrejevic 2dc91ac6c0 [NTVDM]
- The auxiliary PS/2 port IRQ is disabled by default.
- In the DOS mouse driver's IRQ handler, just reading the entire packet
is faster than waiting for one IRQ per byte. (real drivers can do that too,
using polling, which is slower on real hardware but faster in NTVDM).
- Increase the speed of the PS/2 IRQ scheduler so that mouse packets don't
fill up the queue completely. And consequently, increase the number of
CPU steps per cycle to avoid "stuck key" bugs.


svn path=/trunk/; revision=67231
2015-04-17 18:36:45 +00:00
reactos [NTVDM] 2015-04-17 18:36:45 +00:00
rosapps [ROSAPPS] 2015-03-30 22:33:40 +00:00
rossubsys Resuscitate VMS subsystem (yeah, you've correctly read: VMS!!) from revision 24496. 2014-11-23 15:24:49 +00:00
rostests [USER32_APITEST] 2015-04-17 17:22:07 +00:00
wallpapers Rename 'wallpaper' repo to 'wallpapers' (since it doesn't contain only 1 wallpaper :p ) 2015-03-15 16:06:50 +00:00