virtual-memory-management
There are 29 repositories under virtual-memory-management topic.
0vercl0k/lockmem
This utility allows you to lock every available memory regions of an arbitrary process into its working set.
Electrostat-Lab/jme-alloc
A direct dynamic memory allocation API for jMonkeyEngine lwjgl-2 and android games
BrandoZhang/Operating-System
Archive of assignments done in Operating System Course.
j-wang2/memoryManagement
Multithreaded usermode virtual memory manager state machine
jElhamm/Virtual-Memory
"Implementation of Virtual Memory available in operating systems"
jaffar99/Virtual-Memory-Unit
Designing Virtual Memory Unit in C and using LRU, MRU replacement techniques for page replacement
Le-o-n/cython-virtual-memory-toolkit
The Cython Virtual Memory Toolkit is designed to provide Cython header files (*.pxd) for various functionalities, enabling Cython to interact with the virtual memory of a target process. This toolkit includes features for reading, writing, allocating, and freeing virtual memory.
computational-infrastructure/Caso2-Infracomp
Prototype of a virtual memory administration system that simulates process behavior according to available resources
lvcaspacifico/simulador-de-paginacao-ludico
Simulador de Paginação lúdico para ensinar conceitos de memória virtual para iniciantes no assunto com Python, Tkinter e Custom Tkinter
MohamadTarekk/paging-and-replacement
Memory management simulation using FIFO, LRU, CLOCK and OPTIMAL replacement
Shr2020/Operating-System
Implementing various algorithms related to operating systems concepts
aaronlking/PT_SIM
This is a program written in python that simulates a limited version of an operating system's page table.
JaredsOSToolbox/Vroom
Virtual Memory Manager written in C++
l1n3rd4/Virtual-memory
This project simulates virtual memory and Page Replacement Algorithms(FIFO and Optimal) given a input file. It is implemented in C language, with cmake and make build automations.
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
lpgoulart/SMV
Virtual Memory Simulator - Simulador de Memoria Virtual
LukaPavlovicGit/xv6-interprocess-communication
Modification of XV6 Operating System
OdanBroder/VirtualMemoryManager
Designing a Virtual Memory Manager
patricktinz/virtual-memory-management
A simple program for virtual memory management.
devdeok/OS_Virtual_Memory
Virtual Memory Simulator
emre-karatas/CS342-Project4
CS342 Operating Systems – Spring 2023 Project #4 – Physical and Virtual Memory Information
GeovanaS/MemVirtual
Programa em C que simula o funcionamento do gerenciamento de memória virtual em um sistema operacional.
Keychainz/Virtual-Memory-Management-Simulation
Simulated virtual memory manager with paging, and simulated operations for each of the following page replacement algorithms: LIFO, MRU, LRU, LFU, OPT-X, and WS. There will be 6 sets of output from these 6 runs.
MarianoAlipi/virtual-memory-manager
A memory simulator that uses several virtual memory techniques to handle multiple processes. Final project for the operating systems course.
shyam-patel-kira/Demand-Paging_Virtual_Memory_Simulator
Simulation For demand Paging
ZeroOnePro/Operating-System
운영체제 과목 프로젝트