Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 648 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 648 Bytes

Memory Module

Designed and implemented Memory Module of Operating system

Predefined

  • Size of Main Memory
  • Memory Management Technique: Dynamic Partitioning with Best Fit Algorithm

Features

  • The program takes input processes (from command line), which include their arrival time and total size
  • The memory module is able to allocate/deallocate memory to each process as it arrives
  • The current state of memory is always available and specifies the used and free spaces

Additional Features

  • Number of input processes in Memory
  • Average/Max/Min size of processes in Memory
  • Total amount of Main memory (RAM) available