What’s Actually In The Page Table?
This lesson briefly describes the structure and the constituents of a page table.
We'll cover the following...
Linear page table
Let’s talk a little about page table organization. The page table is just a data structure that is used to map virtual addresses (or really, virtual page numbers) to physical addresses (physical frame numbers). Thus, any data structure could work. The simplest form is called a linear page table, which is just an array. The OS indexes the array by the virtual page number (VPN) and looks up the page-table entry (PTE) at that index in order to find ...
Access this course and 1400+ top-rated courses and projects.