项目作者: BrentLeeSF

项目描述 :
Translates logical address to physical address for a virtual address space of 2^16 (65,536) bytes.
高级语言: C
项目地址: git://github.com/BrentLeeSF/VirtualMemoryManager.git
创建时间: 2017-04-10T20:44:18Z
项目社区:https://github.com/BrentLeeSF/VirtualMemoryManager

开源协议:

下载


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