While executing a process some of pages are stored in main memory and some in virtual memory. if computer do not get required page in main memory then how it find exact location of that page in virtual memory.

Showing Answers 1 - 3 of 3 Answers

Gautham.K

  • Sep 28th, 2007
 

Virtual memory is nothing but your hard disk. What happens in main memory (RAM) is for ex :- if you have opened a Microsoft Word, you will type something and you want it to be bold, you will use the bold option. So what scheduler does is it will simply fetches that particular func() and loads it in main mem
Scheduler knows that which process is given the processor, so if that particular process interrupts means it is asking for the page which is not in main mem so, while doing this scheduler gets the address of the interrupted process and looking at this adderss scheduler comes to know about the particular process and fetches the page accordingly.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions