notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

PageTable.md (184B)


      1 # Page Table
      2 
      3 **Source:** CS 6200
      4 
      5 **Chapter:** P2L1
      6 
      7 **Definition:** A page table is a data structure that stores mappings from virtual memory addresses to physical memory addresses.