406 views
0 votes
0 votes
Suppose that a machine provides instructions that can access memory locations using the one-level indirect addressing scheme. What sequence of page faults is incurred when all of the pages of a program are currently nonresident and the first instruction of the program is an indirect memory-load operation ? What happens when the operating system is using a per-process frame allocation technique and only two pages are allocated to this process ?

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
2
akash.dinkar12 asked Mar 22, 2019
1,082 views
Is it possible for a process to have two working sets, one representing data and another representing code ? Explain.
0 votes
0 votes
1 answer
3
akash.dinkar12 asked Mar 22, 2019
4,858 views
What is the cause of thrashing ? How does the system detect thrashing ? Once it detects thrashing, what can the system do to eliminate this problem ?