Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • thanks. Does the high memory begin to be used only after the low memory is used up? If yes, what is the advantage of that? If not, how do you explain my example, where high memory is zero? Commented Jan 1, 2017 at 3:51
  • 1
    That's a good point I hadn't noticed. The 64 bit kernel architecture reorganized memory management so that it all appears as a single block for simplicity. Commented Jan 1, 2017 at 4:06
  • 1
    Do you mean in a 64-bit OS, the high memory is always zero, i.e. there is no high memory? Commented Jan 1, 2017 at 4:14
  • Yes, as I said, they reorganized the memory mapping to make it simpler and more efficient. Commented Jan 1, 2017 at 5:18