Linux Virtual Memory

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
chase
Site Admin
Posts: 710
Joined: Wed Oct 20, 2004 10:46 pm
Libera.chat IRC: chase_osdev
Location: Texas
Discord: chase/matt.heimer
Contact:

Linux Virtual Memory

Post by chase »

This site, http://linux-mm.org/VirtualMemory, gives a quick view of how virtual memory is organized in Linux. Talks about how page tables are setup and how much memory gets mapped for applications and the kernel. There are direct links to the Linux kernel code covering COW(copy on write) and all that fun stuff. Also check out the PageFaultHandling page on the same site linked to at the bottom of the VirtualMemory page.
Post Reply