Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saeedmosaffer/memory-management
Simulates MVT (Multiprogramming with Variable Tasks) memory management. Manages 2 GB memory (512 MB for OS), allocating processes from ready.txt and loading jobs from job.txt as others finish. Tracks processes with a PCB table and performs compaction when needed. Outputs memory diagrams and queue statuses.
https://github.com/saeedmosaffer/memory-management
Last synced: about 2 months ago
JSON representation
Simulates MVT (Multiprogramming with Variable Tasks) memory management. Manages 2 GB memory (512 MB for OS), allocating processes from ready.txt and loading jobs from job.txt as others finish. Tracks processes with a PCB table and performs compaction when needed. Outputs memory diagrams and queue statuses.
- Host: GitHub
- URL: https://github.com/saeedmosaffer/memory-management
- Owner: saeedmosaffer
- Created: 2024-06-13T19:38:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T21:33:51.000Z (6 months ago)
- Last Synced: 2024-07-09T18:19:36.598Z (6 months ago)
- Language: Java
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory-Management
Simulates MVT (Multiprogramming with Variable Tasks) memory management. Manages 2 GB memory (512 MB for OS), allocating processes from ready.txt and loading jobs from job.txt as others finish. Tracks processes with a PCB table and performs compaction when needed. Outputs memory diagrams and queue statuses.[output.pdf](https://github.com/user-attachments/files/16130484/output.pdf)