[BOOTMGFW]:
authorAlex Ionescu <aionescu@gmail.com>
Sun, 6 Sep 2015 16:41:43 +0000 (16:41 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sun, 6 Sep 2015 16:41:43 +0000 (16:41 +0000)
commit4af1708e1d7b16c14300a4696108a332ed3b2f35
tree56a6965218c3be1b82ec1bd6403742a0aebd6ba9
parentc4cd6e2035195974c0c9dc86564d4d53ad890eda
[BOOTMGFW]:
- Implement case in BlMmRemoveRegionFromMdlEx where the descriptor's tail (or entire allocation) is contained in the descriptor -- this covers our BootMgr entry.
- Implement some more initialization functions.
- Start implementing the heap allocator initialization code. Now we need to implement the actual page allocator.

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