Skip to content
#

memory-management-paging

Here are 9 public repositories matching this topic...

FrameIQ is an academic educational tool designed to bridge theoretical computer science with practical, visual understanding. It helps students and developers easily visualize the abstract mechanics of how operating systems manage limited physical memory.

  • Updated Aug 21, 2026
  • JavaScript

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

  • Updated Feb 4, 2025

Sistema operativo distribuido en Go, simula los componentes principales de un SO moderno. Implementa un kernel con planificadores de procesos (FIFO, SJF, SRT), módulo de CPU con TLB y cache, gestión de memoria virtual con paginación multinivel y SWAP, y dispositivos I/O. Estos se comunican mediante APIs HTTP ejecución distribuida en múltiples VMs.

  • Updated Aug 5, 2025
  • Go

Add this topic to your repo

To associate your repository with the memory-management-paging topic, visit your repo's landing page and select "manage topics."

Learn more