[BOOTMGFW]
authorAlex Ionescu <aionescu@gmail.com>
Wed, 9 Sep 2015 05:48:50 +0000 (05:48 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Wed, 9 Sep 2015 05:48:50 +0000 (05:48 +0000)
commit85de1f5f6a506bc58f7451918f938269437b3b29
tree681059cd275c2511e0a7d694d5554167df6a8b34
parentba762685199e225864dc47946c243449ebe93bb7
[BOOTMGFW]
- 1.5KLOC code dump of current device block I/O handling. Totally untested and broken, just a checkpoint for now.
- Implement most of Hash Table Utility Functions.
- Implement parts of Block Allocator.
- Finish Implementation of Generic Table Utility Functions.
- Fix some EFI device emulation code.
- Temporarily disable freeing from heap while I figure out what's corrupting it.

svn path=/trunk/; revision=69142
14 files changed:
reactos/boot/environ/app/bootmgr/bootmgr.c
reactos/boot/environ/app/bootmgr/efiemu.c
reactos/boot/environ/include/bl.h
reactos/boot/environ/include/efi/BlockIo.h [new file with mode: 0644]
reactos/boot/environ/lib/bootlib.c
reactos/boot/environ/lib/firmware/efi/firmware.c
reactos/boot/environ/lib/io/device.c
reactos/boot/environ/lib/io/display/display.c
reactos/boot/environ/lib/io/display/emscons.c
reactos/boot/environ/lib/io/io.c
reactos/boot/environ/lib/misc/util.c
reactos/boot/environ/lib/mm/blkalloc.c
reactos/boot/environ/lib/mm/heapalloc.c
reactos/boot/environ/lib/mm/pagealloc.c