[BOOTMGFW]
authorAlex Ionescu <aionescu@gmail.com>
Mon, 7 Sep 2015 17:35:59 +0000 (17:35 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Mon, 7 Sep 2015 17:35:59 +0000 (17:35 +0000)
commit101f65a4359d598bc2c13e6d1c0a5532e4037a85
tree3973759b75944eaad0ea7cca89a750c5fca04cb2
parent1010c1a66f1f0fb2340526aeb5191f3bf5dc6ba7
[BOOTMGFW]
- Start GOP graphics console support. Checkpoint commit, currently WIP, untested.
- Cleanup memory allocation/type/caching flags in a single unified enumeration.
- Implement memory mapping functions for physical real mode only.

svn path=/trunk/; revision=69094
reactos/boot/environ/app/bootmgr/efiemu.c
reactos/boot/environ/include/bl.h
reactos/boot/environ/include/efi/GraphicsOutput.h [new file with mode: 0644]
reactos/boot/environ/include/efi/UgaDraw.h [new file with mode: 0644]
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/mm.c
reactos/boot/environ/lib/mm/pagealloc.c
reactos/boot/environ/lib/platform/display.c