Fix PIT Interrupt Not Context Switching [irq]
PIT interrupt should context switch or else all of redox crashes. This will fix programs like the Snake game crashing all of Redox. A global AtomicUSize counter was added, and a line to switch contexts on every 10 PIT interrupts in irq.rs.
parent
dd98bfec
No related branches found
No related tags found
Please register or sign in to comment