Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages