| Bit 0 |
P |
Indicates
whether the page or page table being pointed to is currently loaded in
physical memory. When p=0, then the page is not in memory and a page
fault exception occurs when there is any attempts of accessing this
page. |
| Bit 1 |
R/W |
indicates
whether one page or pages(in the case of a page directory entry) are
read only(=0) or can be written to (=1) |
| Bit 2 |
U/S |
Indicates
the privileges of one page or pages(in the case of a page directory
entry), when they are in supervisor level(=0), then only PL0-2 can
access them, or in user level(=3), then every task can access them |
| Bits 3, 4,
(6), 7, 8 |
X |
Intel
reversed, just set them to zero |
| Bit 5 |
A |
It the page
or pages have been accessed |
| Bits 9-11 |
User Defined |
We are going
to use bit 11 to indicate whether the page is disk, when it is not
presented |