A page fault occurs when an access to a
page that has not been brought into main memory takes place. The operating
system verifies the memory access, aborting the program if it is invalid. If it
is valid, a free frame is located and I/O is requested to read the needed page
into the free frame. Upon completion of I/O, the process table and page table
are updated and the instruction is restarted.
Subscribe to:
Post Comments (Atom)
Java - Operations
3.1 Arithmetic Operators Java supports the following arithmetic operators: Operator Description Usage Exampl...
-
Dynamic Loading : o Routine is not loaded until it is called o Better memory-space utilization; unused routine is never loaded....
-
3.1 Arithmetic Operators Java supports the following arithmetic operators: Operator Description Usage Exampl...
-
Thrashing is caused by under allocation of the minimum number of pages required by a process, forcing it to continuously page fault. The sy...
No comments:
Post a Comment