UNIX Programming and Technical

Q. At what mode the fault handler executes?

A. At the Kernel Mode.

Read Solution (Total 0)

UNIX Other Question

Q. In what way the validity fault handler concludes?

A. It sets the valid bit of the page by clearing the modify bit.
It recalculates the process priority.
Q. What do you mean by the protection fault?

A. Protection fault refers to the process accessing the pages, which do not have the access permission. A process also incur the protection fault when it attempts to write a page whose copy on write bit was set during the fork() system call.