Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)