KernelTestFramework / ktf

Kernel Test Framework
BSD 2-Clause "Simplified" License
140 stars 18 forks source link

Fix interrupts handling #297

Closed wipawel closed 1 year ago

wipawel commented 1 year ago

Up to now the interrupts for timers and keyboard were completely broken - especially when happen in usermode. This series attempts to toss out most obvious bugs and does some cleanup.