Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.69 KB

File metadata and controls

41 lines (30 loc) · 1.69 KB

VMAT - Virtual Memory Address Translation

Note

The vision is to create a platform with exercises and interactive diagrams suited for CompSys students that make it visually appealing and engaging to learn.

Demo

An interactive learning simulator for Computer Systemer students to explore virtual memory address translation through simulations and exercises. This simulator was created by Nidocq and I

Features

  • Exam Digitalization: The simulator digitally recreates computer systems exams, allowing students to practice virtual memory address translation in a controlled environment.
  • Configurability: The project offers configurability, enabling students to experiment with various types of assignments. This flexibility allows users to customize parameters such as page size, number of pages, and different memory management schemes.
  • Interactive Learning: With a user-friendly interface, the simulator promotes interactive learning by visualizing the virtual memory address translation process step by step. Students can observe how different configurations impact the translation and gain a deeper understanding of the underlying concepts.

Getting Started

Clone the repository and install dependencies:

git clone https://github.com/MahmoodSeoud/cache-hit-miss.git  
cd cache-hit-miss  
npm install  
npm run dev  

VMAT vs Exam

Demo VMAT Exam


Project Report

Get Project Report