Skip to content

Translates logical address to physical address for a virtual address space of 2^16 (65,536) bytes.

Notifications You must be signed in to change notification settings

BrentLeeSF/VirtualMemoryManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VirtualMemoryManager

The goal of this project was to write a program that translates logical address to physical address for a virtual address space of 2^16 (65,536) bytes. We read in the file containing logical addresses, using a TLB (translation look-aside buffer) as well as a page table, and translated each logical address to its corresponding physical address and output the value of the byte stored at the translated physical address. Then print out these values and ratios (page fault rate and TLB rate).

alt text

About

Translates logical address to physical address for a virtual address space of 2^16 (65,536) bytes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages