jvanegmond Posted March 19, 2009 Posted March 19, 2009 Yes. Page faults, when detected, fire an interrupt from the hardware which causes your OS to go into it's "page fault repair" interrupt handler. That takes a few clock ticks to repair, so your system is busy with repairing the page fault and will stall other tasks for a short moment. If you're in doubt, read on interrupts a bit. That explains more about them and interrupts in general. github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now