Pineconium / ChoacuryOS

A WIP custom built OS
GNU General Public License v3.0
24 stars 6 forks source link

Remove extra code from PS/2 mouse driver #25

Closed Bananymous closed 1 month ago

Bananymous commented 1 month ago

The driver should not call to external code while handing an interrupt. Interrupt handlers should be generally executed as fast as possible without any extra delay.