135 views
0 votes
0 votes
When the process is in memory and executing with PC value = 100

Let virtual memory concept is used when next process is scheduled and main memory doesn't have space so anyone one of the process(pages) should be swapped out to secondary memory.

If currently executing process is victim to move to Secondary storage then in order to preserve its state does OS stores its PCB also in Secondary storage ?? and restore later to MM ??

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
1 votes
1 votes
3 answers
4
kman30 asked Jan 19, 2019
682 views
Virtual memory increases context switching overhead ? Why why not ?