OpenOrbis / mira-project

mira rewrite in cxx
GNU General Public License v3.0
294 stars 63 forks source link

Make Mira Interrupt-aware #133

Closed kiwidoggie closed 3 years ago

kiwidoggie commented 4 years ago

Mira should be able to handle getting preempted in the kernel, as well as interrupts that come in that will take away execution. This way during suspend and resume the state can be saved and restored properly

kiwidoggie commented 3 years ago

Work has been completed in vNext