reactos/hal/halx86/generic
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
..
beep.c
bios.c
buildtype.c [HALX86] Fix SYNCH_LEVEL differences between UP and SMP in HAL (#5874) 2024-01-20 06:26:59 -08:00
clock.c
cmos.c
display.c
dma.c
drive.c
halinit.c [HAL] Fix SMP initialization 2023-12-30 12:53:18 +02:00
kdpci.c
memory.c
misc.c
nmi.c [HALX86] HalHandleNMI: Re-enable debugger-entering code. 2023-08-03 13:26:24 +02:00
pic.c
portio.c
profil.c
reboot.c [HAL][MINIHAL] Minor cleanup in reboot.c files (#5359) 2023-06-25 19:39:44 +02:00
spinlock.c
sysinfo.c
systimer.S
timer.c
trap.S
up.c [HAL] Fix SMP initialization 2023-12-30 12:53:18 +02:00
usage.c
v86.S
x86bios.c [HAL] HalInitializeBios() should not explicitly call HalpBiosDisplayReset(). 2024-02-11 18:51:40 +01:00