next up previous
Next: Various terms used in Up: Introduction Previous: Introduction

A overview of the MM system

It is helpfull to have a overall theoretical view of the system before we do any real analysis of code or algorithm. First we will see about the various types of memory addresses used by the kernel.

All of the physical memory is mapped to the upper one GB of kernel virtual memory. This is the reason kernel is able to use only 1GB of physical memory. But this is addressed and solved by the himem logic.

Next we will see in breif about the most basic algorithms used in the MM sub-system.


next up previous
Next: Various terms used in Up: Introduction Previous: Introduction
2002-09-22