memory-management-segmentation

There are 3 repositories under memory-management-segmentation topic.

  • Kartik-Katkar/Multiprogramming-Operating-System

    This repository hosts a C++ implementation of a multiprogramming operating system simulation. The OS efficiently handles various jobs, manages errors like time limit exceeded and line limit exceeded, and incorporates virtual memory with segmentation. This project serves as a comprehensive simulation of an operating system environment.

    Language:C++15108
  • lorenzomaiuri-dev/memory-management-examples

    A Python-based simulator showcasing memory management concepts such as allocation strategies, segmentation, pagination, swapping, and TLB. Interactive examples implemented in Jupyter notebooks