[BOOTMGFW]
authorAlex Ionescu <aionescu@gmail.com>
Sun, 6 Sep 2015 03:24:30 +0000 (03:24 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sun, 6 Sep 2015 03:24:30 +0000 (03:24 +0000)
commit110b26a50dc2663099f390ded18697dc3205bdae
tree8f4033447dcc3721873823081b69766391cbcbbb
parent6073e89f6ba206c1b4014831d32e3d894e5b52ba
[BOOTMGFW]
- Begin carving out the rough edges of the memory manager. This will be the hardest part.

svn path=/trunk/; revision=69044
reactos/boot/environ/CMakeLists.txt
reactos/boot/environ/include/bl.h
reactos/boot/environ/lib/bootlib.c
reactos/boot/environ/lib/mm/blkalloc.c [new file with mode: 0644]
reactos/boot/environ/lib/mm/descriptor.c [new file with mode: 0644]
reactos/boot/environ/lib/mm/foo.c [deleted file]
reactos/boot/environ/lib/mm/heapalloc.c [new file with mode: 0644]
reactos/boot/environ/lib/mm/i386/mmx86.c [new file with mode: 0644]
reactos/boot/environ/lib/mm/mm.c [new file with mode: 0644]
reactos/boot/environ/lib/mm/pagealloc.c [new file with mode: 0644]