Skip to content

Implemented Memory Module of Operating system using Dynamic Partitioning and Best Fit Algorithm

Notifications You must be signed in to change notification settings

ahmedmbutt/MemoryModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

Implemented Memory Module of Operating system using Dynamic Partitioning and Best Fit Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages