Forgot your password?
typodupeerror
Linux Software

Explore the Linux Memory Model 15

Constable On Patrol writes to tell us that IBM DeveloperWorks has an interesting look at the 'fundamentals of how memory is constructed and managed' in the Linux memory module. The article serves as a great intro to the basics of memory management for Linux design and implementation. From the article: "This guide includes an examination of the segment control unit and the paging models as well as a detailed look at the physical memory zone."
This discussion has been archived. No new comments can be posted.

Explore the Linux Memory Model

Comments Filter:
  • Not very insightful (Score:5, Informative)

    by LordNimon ( 85072 ) on Wednesday January 25, 2006 @06:19PM (#14562546)
    This is article doesn't really contain any new (or even hard-to-find) information. Most of it covers basic x86 memory architecture, which any driver developer (on any OS) already knows. The remaining few paragraphs are basically just excerpts from the memory architecture chaper of any decent Linux kernel book.

    If you really want to learn about the Linux memory architecture, get Mel Gorman's book "Understanding the Linux Virtual Memory Manager".

Real wealth can only increase. -- R. Buckminster Fuller

Working...