dp (Display Page Directory and Tables)


dp[a|d] [range]

The dp command displays the page directory and page tables. Page tables are always skipped if the corresponding page directory entry is not present. Page directory entries appear with an asterisk next to the page frame.

a

Displays all present page directory and page table entries; by default, page directory and page table entries that are zero are skipped.

d

Displays only page directory entries. If a count is given as part of the optional range, it will be interpreted as a page directory entry count.

range

Specifies the range of linear addresses for page tables.

The command displays the entry address, frame, and entry flags. Page directory entires are marked with an asterisk (*). Entry flags have the following meanings:

A

Accessed

c

clean

CD

Cache Disable

D

Dirty

n

Not-present

P

Present

r

Read-only

s

Supervisor

U

User

u

Unaccessed

W

Writable

WT

Write Through