|
|
Subscribe / Log in / New account

Memory: the flat, the discontiguous, and the sparse

Memory: the flat, the discontiguous, and the sparse

[Kernel] Posted May 27, 2019 16:05 UTC (Mon) by rppt

The physical memory in a computer system is a precious resource, so a lot of effort has been put into managing it effectively. This task is made more difficult by the complexity of the memory architecture on contemporary systems. There are several layers of abstraction that deal with the details of how physical memory is laid out; one of those is simply called the "memory model". There are three models supported in the kernel, but one of them is on its way out. As a way of understanding this change, this article will take a closer look at the evolution of the kernel's memory models, their current state, and their possible future.

Full Story (comments: 7)


Copyright © 2019, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds