[BOOTLIB]: Clarify some attributes now that their meaning is clearer.
authorAlex Ionescu <aionescu@gmail.com>
Mon, 13 Feb 2017 23:47:06 +0000 (23:47 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Mon, 13 Feb 2017 23:47:06 +0000 (23:47 +0000)
commitc80fda1b0a64021c274fdb95fe4c75ed56b27c81
tree5ccac75c657d4a3063e292728a8534c9eb563f0c
parent8c77497afc10b68a700f6780e3b620761aed03c3
[BOOTLIB]: Clarify some attributes now that their meaning is clearer.
[BOOTLIB]: Implement MmSelectMappingAddress and fix its prototype.
[BOOTLIB]: Implement MmPapPageAllocatorExtend and fix MmPapAllocatePagesInRange to use it.
We are trying to choose VA 0 for PA 0x8000 and currently fail due to conflicts. TBD.

svn path=/trunk/; revision=73797
reactos/boot/environ/include/bl.h
reactos/boot/environ/lib/mm/descriptor.c
reactos/boot/environ/lib/mm/i386/mmx86.c
reactos/boot/environ/lib/mm/mm.c
reactos/boot/environ/lib/mm/pagealloc.c