[BOOTLIB]: Add very early work around font loading.
authorAlex Ionescu <aionescu@gmail.com>
Wed, 6 Jan 2016 04:43:23 +0000 (04:43 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Wed, 6 Jan 2016 04:43:23 +0000 (04:43 +0000)
commit23c811435c2483457e4e970f416aa5fa0789e24f
tree944829affaa5d7354fce1b7b358a697d5363c0ac
parentab2853dee8935f30ce6d4b519134b85be8598652
[BOOTLIB]: Add very early work around font loading.
[BOOTLIB]: Add mostly full support for resource and locale management.
[BOOTLIB]: Stub out bootstat.dat (Boot Status Data Log) support.
[BOOTLIB]: Some refactoring.
[BOOTMGFW]: Add a message table with a few initial strings. Also add an empty bootmgr.xsl stylesheet. We'll have to see what we want/need to do here.
[BOOTMGFW]: Correctly loading HTML and message table resource data, and add a few other additional initialization calls.
Next steps are to re-visit graphics code to support re-initialization.

svn path=/trunk/; revision=70504
18 files changed:
reactos/boot/environ/CMakeLists.txt
reactos/boot/environ/app/bootmgr/bootmgr.c
reactos/boot/environ/app/bootmgr/bootmgr.h
reactos/boot/environ/app/bootmgr/bootmgr.rc [new file with mode: 0644]
reactos/boot/environ/app/bootmgr/bootmgr.xsl [new file with mode: 0644]
reactos/boot/environ/app/bootmgr/rtlcompat.c
reactos/boot/environ/include/bcd.h
reactos/boot/environ/include/bl.h
reactos/boot/environ/lib/bootlib.c
reactos/boot/environ/lib/firmware/efi/firmware.c
reactos/boot/environ/lib/firmware/fwutil.c [new file with mode: 0644]
reactos/boot/environ/lib/io/display/display.c
reactos/boot/environ/lib/misc/font.c [new file with mode: 0644]
reactos/boot/environ/lib/misc/image.c
reactos/boot/environ/lib/misc/resource.c [new file with mode: 0644]
reactos/boot/environ/lib/misc/util.c
reactos/include/reactos/mc/CMakeLists.txt
reactos/include/reactos/mc/bootmsg.mc [new file with mode: 0644]