1.

What Are The Events Done By The Kernel After A Process Is Being Swapped Out From The Main Memory?

Answer»

When KERNEL SWAPS the process out of the primary memory, it PERFORMS the following:

  • Kernel decrements the Reference Count of each region of the process. If the reference count becomes zero, swaps the region out of the main memory,
  • Kernel allocates the space for the swapping process in the swap DEVICE,
  • Kernel locks the other swapping process while the current swapping operation is going on,
  • The Kernel saves the swap ADDRESS of the region in the region table.

When Kernel swaps the process out of the primary memory, it performs the following:



Discussion

No Comment Found