An extra address space is accocated by the operating
system to easily run applications . Elaborate on this
with proper method and strategy of page swapping.[10 marks]
Explnation
Limit register holds the size of a process.
Explanation
Base register and limit register for memory protection. The base register hops the smallest legal physical memory address; the limit register contains the size of the range.
A limit register specifies the size of the physical memory range for a process. To get this range, values of limit register and base register can be added. ( i.e., if base range is 2000, and Limit Register is 6000, legal range is 8000 )
The most preferred method of swapping a process is to copy an entire file to swap space at process startup and then perform demand paging from the swap space.
Comments
Leave a comment