reactos/hal/halx86
Hermès Bélusca-Maïto e5d17a0219
[HALX86:ACPI] Use the correct PCH file for compilation.
This also removes the following warnings, that were present because,
as the ACPICA acpi.h header was used as PCH (instead of none, or the
hal's own main header), it was "included" before any other header
-- and in particular, before hal.h -- and as a result, colliding defines
were still defined even if the #undef tricks were used for them.

rosbuilds\sdk\include\reactos\mc\bugcodes.h(1417): warning C4005: 'ACPI_BIOS_ERROR': macro redefinition
reactos\drivers\bus\acpi\acpica\include\acoutput.h(243): note: see previous definition of 'ACPI_BIOS_ERROR'
reactos\hal\halx86\include\hal.h(41): warning C4109: unexpected identifier '_read'
reactos\hal\halx86\include\hal.h(42): warning C4109: unexpected identifier '_read'
2022-04-09 20:18:03 +02:00
..
acpi [HALX86] Add support for parsing ACPI MADT tables 2022-04-07 22:54:32 +03:00
amd64 [HALX64] Do not claim to handle display reset if you don't. Fix bootvid display initialization in x64 as a result. 2022-03-28 00:32:25 +02:00
apic [HALX86] Add support for parsing ACPI MADT tables 2022-04-07 22:54:32 +03:00
generic [HALX86] HalpDmaAllocateChildAdapter(): Fix memory leak, on error (#4156) 2021-12-20 21:14:36 +01:00
include [HALX86] Add support for parsing ACPI MADT tables 2022-04-07 22:54:32 +03:00
legacy [HAL] Fix build with CONFIG_SMP 2021-06-19 12:17:18 +02:00
minihal [MINIHAL] Compile less stuff 2021-06-17 23:27:44 +02:00
mp [HAL] Add smp component and build x64 smp hal 2021-06-19 12:17:18 +02:00
pc98 [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
pic [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
smp [HALX86] Add a way to print the ProcessorTable data on bootup 2022-04-07 22:54:32 +03:00
xbox [HAL] Add smp component and build x64 smp hal 2021-06-19 12:17:18 +02:00
acpi.cmake [HALX86:ACPI] Use the correct PCH file for compilation. 2022-04-09 20:18:03 +02:00
apic.cmake [HAL:APIC] Improve code 2021-06-26 21:10:43 +02:00
CMakeLists.txt [HALX86] Add function prototypes needed for parsing ACPI MADT table 2022-04-07 22:54:13 +03:00
generic.cmake [CMAKE] Get rid of add_object_library 2021-03-03 08:34:32 +01:00
legacy.cmake [HALX86] Add function prototypes needed for parsing ACPI MADT table 2022-04-07 22:54:13 +03:00
pc98.cmake [HALX86] Rearrange files in x86 HAL 2021-03-15 02:48:35 +03:00
pcidata.cmake [REACTOS] Addendum to 5c7ce4475e - Fix MSVC 2015 build 2021-05-12 11:04:29 +02:00
pic.cmake [HALX86] Rearrange files in x86 HAL 2021-03-15 02:48:35 +03:00
smp.cmake [HALX86] Add function prototypes needed for parsing ACPI MADT table 2022-04-07 22:54:13 +03:00
up.cmake [HAL] Add smp component and build x64 smp hal 2021-06-19 12:17:18 +02:00
xbox.cmake [HALX86] Rearrange files in x86 HAL 2021-03-15 02:48:35 +03:00