Faults in interrupt context

Viewed 14

Can faults occur in interrupt context? If so why? For example. a page fault occurs when a needed page is not in RAM, why can't it just load the page and continue with the interrupt handlers?

Any insight is appreciated!

0 Answers
Related