[BOOTLIB]:
authorAlex Ionescu <aionescu@gmail.com>
Mon, 5 Oct 2015 05:53:40 +0000 (05:53 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Mon, 5 Oct 2015 05:53:40 +0000 (05:53 +0000)
commit0cc3cfadf3c42152ce303bd2bda9500c45aa3a4b
treefa2ba99614db0434f77d6c5693678b7236c3e7a9
parent10dbbf573b45b70fe7f12e0a1f58318fe6bc8cd2
[BOOTLIB]:
- Fix multiple bugs in ETFS code (confusion between file offset vs. disk offset)
- Implement EtfsGetInformation, EtfsSetInformation, and fix ETFS_FILE definition to make this easy.
- Implement EtfsRead.
- Fix multiple bugs in file I/O code (swapped/reversed validation checks)
- Make BlStatusPrint call EfiPrintf on debug builds, even without BD.
- Add some additional error logging.

svn path=/trunk/; revision=69452
reactos/boot/environ/app/bootmgr/bootmgr.h
reactos/boot/environ/include/bl.h
reactos/boot/environ/lib/io/etfs.c
reactos/boot/environ/lib/io/file.c
reactos/boot/environ/lib/misc/debug.c
reactos/boot/environ/lib/misc/image.c