[BOOTLIB]: Add support for initializing the input console object.
authorAlex Ionescu <aionescu@gmail.com>
Thu, 7 Jan 2016 04:28:13 +0000 (04:28 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Thu, 7 Jan 2016 04:28:13 +0000 (04:28 +0000)
commit69dbd655210eb38c346df72055c77cf594ddc7df
tree52e0e605b7c0cbbab87c7950e3aff455360424fa
parentfc458c337140e3cff42b34300cec4694f13ed022
[BOOTLIB]: Add support for initializing the input console object.
[BOOTLIB]: Add a bunch more graphical console support functions.
[BOOTLIB]: Cleanup some older graphics-related code.
[BOOTLIB]: Support graphics re-initialization. We now correctly fallback to text mode since font loading is not implemented.

svn path=/trunk/; revision=70514
reactos/boot/environ/include/bl.h
reactos/boot/environ/lib/firmware/efi/firmware.c
reactos/boot/environ/lib/io/display/display.c
reactos/boot/environ/lib/io/display/efi/guicons.c
reactos/boot/environ/lib/io/display/efi/textcons.c
reactos/boot/environ/lib/io/display/guicons.c
reactos/boot/environ/lib/io/display/textcons.c
reactos/boot/environ/lib/misc/font.c
reactos/boot/environ/lib/misc/resource.c
reactos/boot/environ/lib/mm/descriptor.c