You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple study of interrupt delivery would shed some light on whether running a process elevated is interfering with
One simple test could register a interrupt handler, schedule a timer interrupt, then go into an elevated while(1) loop. The loop should either 1) not interfere with interrupt delivery or 2) prevent delivery until when the loop terminates.
Either way we learn something about our runtime.
The text was updated successfully, but these errors were encountered:
A simple study of interrupt delivery would shed some light on whether running a process elevated is interfering with
One simple test could register a interrupt handler, schedule a timer interrupt, then go into an elevated while(1) loop. The loop should either 1) not interfere with interrupt delivery or 2) prevent delivery until when the loop terminates.
Either way we learn something about our runtime.
The text was updated successfully, but these errors were encountered: