[BOOTMGFW]
authorAlex Ionescu <aionescu@gmail.com>
Sat, 5 Sep 2015 16:05:20 +0000 (16:05 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sat, 5 Sep 2015 16:05:20 +0000 (16:05 +0000)
commit66cb7118b2adf06e4c929154413f50cce68d70b7
treeec74c4201718619aa2604b4b974980d6fbec3967
parent4365775be655f80bedaef9db5c687238efa9165e
[BOOTMGFW]
- Define some core boot library structures -- reverse engineered to be compatible with MS. This is important if we want to load MS' own binaries for testing (such as MemTest.Efi)
- Define basic BCD structures
- Start implementing EFI->Windows Boot Library conversion routines. Last part remaining is EFI path conversion.
- Fix linking with RTL, by providing some stubs for now.

svn path=/trunk/; revision=69033
reactos/boot/environ/CMakeLists.txt
reactos/boot/environ/app/bootmgr/efiemu.c
reactos/boot/environ/app/bootmgr/rtlcompat.c [new file with mode: 0644]
reactos/boot/environ/include/bcd.h [new file with mode: 0644]
reactos/boot/environ/include/bl.h
reactos/boot/environ/lib/misc/bcd.c [new file with mode: 0644]
reactos/boot/environ/lib/misc/util.c