PAE paging

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
madanra
Member
Member
Posts: 149
Joined: Mon Sep 07, 2009 12:01 pm

PAE paging

Post by madanra »

Hi, I'm researching how paging (with & without PAE enabled) works, but I'm unable to find a complete bitmap of the 64-bit page directory/page table entries when PAE is enabled. I found one page with a bitmap for the entries, but it didn't include the extra flags such as execute disable.
Part of my problem in finding info on PAE is that this page (http://wiki.osdev.org/Setting_Up_Paging_With_PAE) exists, yet if you search the wiki for PAE (http://wiki.osdev.org/Special:Search?search=pae) no results are returned, which is odd.
Cognition
Member
Member
Posts: 191
Joined: Tue Apr 15, 2008 6:37 pm
Location: Gotham, Batmanistan

Re: PAE paging

Post by Cognition »

It's covered in the Intel SDM Volume 3A, which can be downloaded here.
Reserved for OEM use.
madanra
Member
Member
Posts: 149
Joined: Mon Sep 07, 2009 12:01 pm

Re: PAE paging

Post by madanra »

Ah, thank you, that looks like an incredibly useful page :D
Post Reply