Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.27 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.27 KB

virtmem

Code and Documentation produced by the Virtual Memory subbroup

Manifest

File Description
vpmap.c New program to map ranges of virtual addresses to physical locations
memory_parts.c Sample program to create memory and analyze via vpmap.c
gettysburg.txt Used in memory_parts.c in a memory map
ref_code1.c Reference implementation on converting memory to physical addresses
ref_code2.c Reference implementation on converting memory to physical addresses

References