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.
The command displays the entry address, frame, and entry flags. Page directory entries 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 | writeable |
WT | Write Through |