Skip to content

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.

Notifications You must be signed in to change notification settings

saeedmosaffer/Memory-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published