Repository navigation

#

page-tables

Code Injection, Inject malicious payload via pagetables pml4.

C++
235
4 年前

Simulates OS virtual memory management using virtual page table (known as TLB or CAM)

C++
3
7 年前

Operating Systems Laboratory (Semester 5): Includes a Shell, a Page Table and a Translation Lookaside Buffer

C
1
5 年前

C program to simulate virtual memory mgt

C
1
8 年前

A memory manager written in C that simulates virtual memory management by the operating system using page tables and swap space on the disk

C
1
6 年前

🚀 Enhanced OS/161 with advanced memory management, dynamic processes, and powerful synchronization. Dive into VirtuOS to explore hierarchical page tables, dynamic memory allocation, and synchronization techniques. Elevate your OS education with VirtuOS today!

C
0
2 年前

The semester projects of Linux Operating System at NCU, Taiwan

C
0
2 年前

To help visualize page tables, you need to write a function that prints the contents of the page tables.

C
0
2 年前

Bachelor's thesis for BSc Computer Engineering at University of Pisa, about an implementation of "KAISER" mitigation against Meltdown in a didactic kernel

TeX
0
2 年前

This is a college project of Operating Systems completed by me. It contains CPU scheduling, Semaphore(Dining Philosopher Problem), Deadlock(Bankers Algorithm), Memory Management(Two-Level Page-Table Scheme ,Hashed Page Table with TLB),Page Replacement (Second Chance Algorithm using circular link list). Also a simple GUI menu is also implemented.

C++
0
2 年前

Simulator of a Memory Page Management System, focused on process Page Tables & Page Replacement algorithms.

C++
0
3 年前

Virtual memory operation simulator

C
0
6 年前

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

0
3 个月前

A linux kernel module to count TLB misses

C
0
6 年前