Size: 295
Comment:
|
Size: 789
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
For now just the content copied from the old linux-mm site. Please update and include links to Linux memory management documentation elsewhere. * VirtualMemory an irc log with answers to often asked questions. * HighMemory or how the Linux kernel can use more than 1GB of physical memory. |
== MY LINUX REFERECENCE IMRAN== *some memory related ppts for basics memory-allocation [http://www.pixelits.com/p4w/mm/lecture_10_memoryallocation.ppt allocation] memory-protection [http://www.pixelits.com/p4w/mm/lecture_11_memoryprotection.ppt protection] memory-addresstranslation[http://www.pixelits.com/p4w/mm/lecture_12_addresstrans.ppt addr-trans] memory-virtual[http://www.pixelits.com/p4w/mm/lecture_13_virtualmemory.ppt virtualmemory] *some small examples memory map [http://www.pixelits.com/p4w/mm/mm.c mmap] pageinfo [http://www.pixelits.com/p4w/mm/pageinfo.c pageinfo] virtual memry area [http://www.pixelits.com/p4w/mm/vma.c VMA] *A good pdf on linux memory management [http://www.pixelits.com/p4w/mm/mm.pdf mm] |
== MY LINUX REFERECENCE IMRAN==
- some memory related ppts for basics
memory-allocation [http://www.pixelits.com/p4w/mm/lecture_10_memoryallocation.ppt allocation] memory-protection [http://www.pixelits.com/p4w/mm/lecture_11_memoryprotection.ppt protection] memory-addresstranslation[http://www.pixelits.com/p4w/mm/lecture_12_addresstrans.ppt addr-trans] memory-virtual[http://www.pixelits.com/p4w/mm/lecture_13_virtualmemory.ppt virtualmemory]
- some small examples
memory map [http://www.pixelits.com/p4w/mm/mm.c mmap] pageinfo [http://www.pixelits.com/p4w/mm/pageinfo.c pageinfo] virtual memry area [http://www.pixelits.com/p4w/mm/vma.c VMA]
- A good pdf on linux memory management