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!
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!