[BOOTMGR]: Support for launching a recovery sequence.
authorAlex Ionescu <aionescu@gmail.com>
Tue, 19 Jan 2016 18:21:54 +0000 (18:21 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Tue, 19 Jan 2016 18:21:54 +0000 (18:21 +0000)
commit68e9874f36dd9817c224e012bc0ad31b9e441f59
tree54cf1690d01ed944a80d4b67c0150b2ba3bb5a9a
parentde0a6b16664023208fb294d5b5ff815f106e774b
[BOOTMGR]: Support for launching a recovery sequence.
[BOOTMGR]: Stub support for boot errors.
[BOOTMGR]: Stubplement support for device creation for boot applications (only for fully specified devices)
[BOOTMGR]: Implement support for execution transfer, including recovery mode/sequence.
[BOOTMGR]: Implement support for launching a boot entry.
[BOOTLIB]: Support for EFI Firmware device enumeration, driver attachment, and comparison.
[BOOTLIB]: Support for appending BOOLEAN or INTEGER BCD options.
Next step is the PE loader.

svn path=/trunk/; revision=70618
reactos/boot/environ/app/bootmgr/bootmgr.c
reactos/boot/environ/include/bcd.h
reactos/boot/environ/include/bl.h
reactos/boot/environ/lib/firmware/efi/firmware.c
reactos/boot/environ/lib/io/device.c
reactos/boot/environ/lib/misc/bcdopt.c