https://github.com/negarhonarvar/memory-management
Memory management project for OS course
https://github.com/negarhonarvar/memory-management
fifo-page-replacement lru-cache operating-systems second-chance-replacement
Last synced: about 1 year ago
JSON representation
Memory management project for OS course
- Host: GitHub
- URL: https://github.com/negarhonarvar/memory-management
- Owner: negarhonarvar
- Created: 2023-06-15T13:56:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T12:48:38.000Z (over 1 year ago)
- Last Synced: 2025-04-23T18:15:18.627Z (about 1 year ago)
- Topics: fifo-page-replacement, lru-cache, operating-systems, second-chance-replacement
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.