reactos/boot/freeldr/freeldr
Hermès Bélusca-Maïto ff85aa0c38
[FREELDR] Other enhancements.
- Modify DiskReportError() to use an internal "display counter", so that
  imbricated DiskReportError(FALSE) ... DiskReportError(TRUE) can behave
  as expected.
- Merge LoadAndBootDrive(), LoadAndBootPartition(),
  LoadAndBootBootSector() into one LoadAndBootDevice() function + its
  helpers (in progress...).
2019-09-18 00:27:53 +02:00
..
arch [FREELDR] Other enhancements. 2019-09-18 00:27:53 +02:00
disk [FREELDR] Minor code improvements + 1 bug-fix. 2019-09-17 23:24:51 +02:00
include [FREELDR] Other enhancements. 2019-09-18 00:27:53 +02:00
lib [FREELDR] Minor code improvements + 1 bug-fix. 2019-09-17 23:24:51 +02:00
ntldr [FREELDR] Minor code style - use RtlZeroMemory(); shorter member name; use different debug channel. 2019-09-13 15:18:28 +02:00
ui [FREELDR] Minor code improvements + 1 bug-fix. 2019-09-17 23:24:51 +02:00
arcname.c [FREELDR] Minor code improvements + 1 bug-fix. 2019-09-17 23:24:51 +02:00
bootmgr.c [FREELDR] Other enhancements. 2019-09-18 00:27:53 +02:00
CHANGELOG
CMakeLists.txt [FREELDR] Minor code improvements + 1 bug-fix. 2019-09-17 23:24:51 +02:00
cmdline.c [FREELDR] Minor code style - use RtlZeroMemory(); shorter member name; use different debug channel. 2019-09-13 15:18:28 +02:00
custom.c [FREELDR] Minor code improvements + 1 bug-fix. 2019-09-17 23:24:51 +02:00
freeldr.c [FREELDR] Minor code improvements + 1 bug-fix. 2019-09-17 23:24:51 +02:00
freeldr.spec
freeldr_i386.lds [FREELDR] Introduce a MSVC "linker script" file that centralizes the commands for defining section-limit symbols, and the ordering and merging of PE sections, and the necessary CMake code to use it. (#1224) 2019-01-27 00:51:25 +01:00
freeldr_i386.msvc.lds [FREELDR] Re-integrate the ASM files (and corresponding C code) in MSVC builds, that were previously compiled just for GCC builds. (#1224) 2019-01-27 00:51:26 +01:00
linuxboot.c [FREELDR] Limit the usage of DiskStopFloppyMotor() in hardware/platform-specific code. 2019-09-13 15:18:27 +02:00
miscboot.c [FREELDR] Other enhancements. 2019-09-18 00:27:53 +02:00
options.c [FREELDR] Add "Edit Boot Command Line" feature. (#1763) 2019-08-07 18:50:23 +02:00
oslist.c [FREELDR] Code fixes and enhancements. 2019-08-31 01:42:46 +02:00