Memory Management
Memory Management
Memory Management
&
Storage Management
Operating System, Shahid H. Rathore (All rights reserved)
MEMORY MANAGEMENT
Memory Management
Concepts
Fig.: MFT job protection with Upper and Lower bound registers
Operating System, Shahid H. Rathore (All rights reserved)
Main (Primary) Memory
Multiprogramming with fixed number of
Tasks/Partitions(MFT):-
If CPU generate an address less than (<) LBR
and greater than (>) UBR.
It means process trying to access area allocated
to another Job.
Then a trap would be generate to handle this.
LBR and UBR approach can be implemented
with two registers i) Base Register and
ii) Limit Register