This commit was generated by cvs2svn to compensate for changes in r10,
[reactos.git] / reactos / doc / internal / mm.txt
1 This document describes the implementation of the memory managment
2
3
4 * ReactOS memory map
5
6 0x00000000 - 0xc0000000 = User memory
7 0xc0000000 - 0xd0000000 = Kernel memory
8 0xd0000000 - 0xffffffff = Identify map of physical memory
9
10 *