Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 301 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 301 Bytes

Memory-Management

Memory management project for Operating Systems course

In this project we use LRU ,second chance and FIFO algorithms to handle the memory management task. we use normal and circular queue to do the management . A Client and sever is Implemented to perform the demanding process.