reactos/hal/halx86
Hermès Bélusca-Maïto 46831c537f
[HAL] HalInitializeBios() should not explicitly call HalpBiosDisplayReset().
While the BIOS support for INT10h emulation has been set up, any
modification of the display should wait until the kernel requests
video initialization with INBV/bootvid.
The latter will call HalResetDisplay() (that calls HalpBiosDisplayReset())
at the correct time.
This avoids an useless video mode change and reset when booting ReactOS.
2024-02-11 18:51:40 +01:00
..
acpi [REACTOS] Fix typos (#6198) 2023-12-23 21:37:08 +01:00
apic [HAL] Fix SMP initialization 2023-12-30 12:53:18 +02:00
generic [HAL] HalInitializeBios() should not explicitly call HalpBiosDisplayReset(). 2024-02-11 18:51:40 +01:00
include [HALX86] Fix SYNCH_LEVEL differences between UP and SMP in HAL (#5874) 2024-01-20 06:26:59 -08:00
legacy [REACTOS] Fix typos (#6198) 2023-12-23 21:37:08 +01:00
minihal
mp [REACTOS] Fix typos (#6198) 2023-12-23 21:37:08 +01:00
pc98
pic [NTOS:KE][HALX86] Implement AP startup code (#5879) 2023-11-19 15:51:33 -08:00
smp [HALX86] Some improvements / bugfixes for IPI support functions 2023-12-08 19:28:57 +02:00
xbox
acpi.cmake
apic.cmake
CMakeLists.txt
generic.cmake
legacy.cmake
pc98.cmake
pcidata.cmake
pic.cmake
smp.cmake [NTOS:KE][HALX86] Implement AP startup code (#5879) 2023-11-19 15:51:33 -08:00
up.cmake [NTOS:KE][HALX86] Implement AP startup code (#5879) 2023-11-19 15:51:33 -08:00
xbox.cmake