MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
page_directory_t Struct Reference

A page directory. More...

Public Attributes

page_dir_entry_t entries [MAX_PAGE_DIR_ENTRIES]
 Array of page directory entries. More...
 

Detailed Description

A page directory.

In the two-level paging, this is the first level.

Member Data Documentation

◆ entries

page_dir_entry_t page_directory_t::entries[MAX_PAGE_DIR_ENTRIES]

Array of page directory entries.

We need a table that contains virtual addresses, so that we can actually get to the tables (size: 1024 * 4 = 4096 bytes).


The documentation for this struct was generated from the following file: