Misplaced Pages

Talk:Physical Address Extension: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 00:34, 15 October 2016 editPaex86 (talk | contribs)4 edits " they defined an enhanced version of PAE", How Can We Interpret this "Enhanced Version"?: new section← Previous edit Revision as of 00:34, 15 October 2016 edit undoSineBot (talk | contribs)Bots2,555,318 editsm Signing comment by Paex86 - "" they defined an enhanced version of PAE", How Can We Interpret this "Enhanced Version"?: new section"Next edit →
Line 61: Line 61:
Not we have to take a look at paging in AMD64, this is a partial-to-partial paging schema, 48-bit linear address towards to up to 48-bit physical address. Limited to AMD64 architecture, there is not extension, so paging in AMD64 is not an PAE enabled, just like another version of paging found in 80386, but designed for 64-bit computing. Without changing the current scheme, it is hard to page 48-bit or more linear address to physical address larger than what 48-bit address could represent. This ensures that there is no extension at all again. Not we have to take a look at paging in AMD64, this is a partial-to-partial paging schema, 48-bit linear address towards to up to 48-bit physical address. Limited to AMD64 architecture, there is not extension, so paging in AMD64 is not an PAE enabled, just like another version of paging found in 80386, but designed for 64-bit computing. Without changing the current scheme, it is hard to page 48-bit or more linear address to physical address larger than what 48-bit address could represent. This ensures that there is no extension at all again.


So "They defined an enhanced version of PAE" is logically wrong expression. We could make a little bit correction towards it like, they defined an enhanced version of paging scheme found in PAE. That would be much better. So "They defined an enhanced version of PAE" is logically wrong expression. We could make a little bit correction towards it like, they defined an enhanced version of paging scheme found in PAE. That would be much better. <!-- Template:Unsigned --><small class="autosigned">—&nbsp;Preceding ] comment added by ] (] • ]) 00:34, 15 October 2016 (UTC)</small> <!--Autosigned by SineBot-->

Revision as of 00:34, 15 October 2016

This is the talk page for discussing improvements to the Physical Address Extension article.
This is not a forum for general discussion of the article's subject.
Article policies
Find sources: Google (books · news · scholar · free images · WP refs· FENS · JSTOR · TWL
This article has not yet been rated on Misplaced Pages's content assessment scale.
It is of interest to the following WikiProjects:
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
WikiProject iconMicrosoft Windows: Computing Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Microsoft Windows, a collaborative effort to improve the coverage of Microsoft Windows on Misplaced Pages. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.Microsoft WindowsWikipedia:WikiProject Microsoft WindowsTemplate:WikiProject Microsoft WindowsMicrosoft Windows
MidThis article has been rated as Mid-importance on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Computing (assessed as Mid-importance).
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
WikiProject iconComputing Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Misplaced Pages. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.ComputingWikipedia:WikiProject ComputingTemplate:WikiProject ComputingComputing
MidThis article has been rated as Mid-importance on the project's importance scale.



Archives (Index)



This page is archived by ClueBot III.

according to Geoff Chappel", Microsoft may limit 32-bit versions of Windows to 4GB as a matter of its licensing policy

This was finally confirmed by Rusonnovich with Internals 6. 6th Edition came out in 2 parts; Book 1 & Book 2. Book 2 contains a fair bit of undocumented info not found elsewhere.


Page 320/321 lists physical memory support for all Windows versions, as on MSDN, AND the limiting factors, which are: "Licensing on 64-bit; licensing, hardware support, and driver compatibility on 32-bit" p320

problematic client driver ecosystem led to the decision for client editions to ignore physical memory that resides above 4 GB', even though they can theoretically address it p321

Exactly as Geoff Chappell said...:) It wasn't much of a secret tbh because AMD64 platforms running XP already made great use of 4-8GB RAM: No pagefile required. :) Great for servers.

Coming from Managed Services (Deployment), published material often proves more reliable than say MSDN libraries which can be rather ambiguous.......


No idea how to include a link to source which is Microsoft Windows Internals (6th Edition), Part 2, pages 320 & 321, As a wiki newbie so I apologise in advance for breaking any rules. :)


I saw some discussion also over absolute maximum RAM limits allowed by Microsoft...? The official maximum is 2TB, the limit doesn’t come from any implementation or hardware limitation, but because Microsoft will support only configurations it can test. The largest tested and supported memory configuration is currently 2TB. — Preceding unsigned comment added by 115.188.27.154 (talk) 18:53, 14 July 2016 (UTC)

"offset within page" does not come from the page-table entry

The phrase should surely be . — Preceding unsigned comment added by 83.218.4.174 (talk) 23:56, 12 October 2016 (UTC)

You are of course correct - and nice catch, that's been on the page for a long time. You can of course make the change yourself if you want. Be WP:BOLD ! Jeh (talk) 03:08, 13 October 2016 (UTC)

" they defined an enhanced version of PAE", How Can We Interpret this "Enhanced Version"?

Misplaced Pages.org always have a lot of invented words by a lot of so called famous professionals. Maybe those are the prominent features of wiki articles. We read, we learn and we appreciate all the motivations around them all.

Paging scheme, which AMD64 architecture adopted, is similar with the scheme using in the PAE, and also further extended into an additional paging level. So this "enhanced", we could see at this point. But is it an enhanced version of PAE? In order to answer this question, we have to take a deeper look at what PAE really is!

PAE is short for Physical Address(ing) Extension, from 16-bit to 32-bit, we call it an expansion. But from 32-bit towards 36-bit and even more, we could not call it an extension. For this extension, we could ensure that the extended part is not easy to touch, in other words, the map between 32-bit and 36-bit is not easily and directly one-to-one mapped, but further taking advantage of paging capability. So PAE, is not an extension of Physical Address, but also an extension of paging found in Intel 80386.

Not we have to take a look at paging in AMD64, this is a partial-to-partial paging schema, 48-bit linear address towards to up to 48-bit physical address. Limited to AMD64 architecture, there is not extension, so paging in AMD64 is not an PAE enabled, just like another version of paging found in 80386, but designed for 64-bit computing. Without changing the current scheme, it is hard to page 48-bit or more linear address to physical address larger than what 48-bit address could represent. This ensures that there is no extension at all again.

So "They defined an enhanced version of PAE" is logically wrong expression. We could make a little bit correction towards it like, they defined an enhanced version of paging scheme found in PAE. That would be much better. — Preceding unsigned comment added by Paex86 (talkcontribs) 00:34, 15 October 2016 (UTC)

Categories: