[FREELDR]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 27 Jan 2017 14:43:41 +0000 (14:43 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 27 Jan 2017 14:43:41 +0000 (14:43 +0000)
commit081ba368922ddd36f093486d40e1d9305a785ff8
tree79752d3c016a23f73cac3bcec95a6b4406de9249
parent9bbe22afa8128661542110db73ba4eb3f931e348
[FREELDR]
- Use 'DiskReadBufferSize' instead of hardcoded values in hwdisk.c
- Transform reactos_arc_disk_info into a ARC_DISK_SIGNATURE_EX structure, so that its conversion into a ARC list in winldr.c becomes a bit simpler.
- In winldr.c:
  * In case we fail to either open the SYSTEM hive or scan it, bail out with an error message, instead of trying to continue loading ROS.
  * Fix an old comment related to ACPI;
- In memory.c/h: Do some cleanup (in particular, just use the MachXXX macros instead of also defining functions with the same names as the macros, and which just redirect into the virtual table).

svn path=/trunk/; revision=73606
reactos/boot/freeldr/freeldr/arch/archwsup.c
reactos/boot/freeldr/freeldr/arch/arm/macharm.c
reactos/boot/freeldr/freeldr/arch/i386/hwdisk.c
reactos/boot/freeldr/freeldr/arch/i386/xboxhw.c
reactos/boot/freeldr/freeldr/include/machine.h
reactos/boot/freeldr/freeldr/machine.c
reactos/boot/freeldr/freeldr/ntldr/winldr.c
reactos/boot/freeldr/freeldr/ntldr/wlregistry.c