Page Directory Table

A page in memory, which contains pointers to page tables. Each of these pointers is called a Page Directory Entry.

On the Intel 386 architecture, the PDT is the topmost page table, meaning it is used to specify the memory mapping of an entire process address space. A PDT contains 1024 PDEs. The CR3 CPU register points to the PDT.