Memory Management in Operating Systems.
Memory Management in Operating Systems.
• It helps processes to move back and forward between the main memory and
execution disk.
• Every partition stores all the information for a specific task or job.
• It will be later brought back into the memory for continue execution.
• Backing store is a hard disk or some other secondary storage device that should
be big enough in order to accommodate copies of all memory images for all users.
• In the Paging method, the main memory is divided into small fixed-size
blocks of physical memory, which is called frames.
• The size of a frame should be kept the same as that of a page to have
maximum utilization of the main memory and to avoid external
fragmentation.
• The main program will be loaded into memory and will be executed.