mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
46831c537f
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. |
||
---|---|---|
.. | ||
beep.c | ||
bios.c | ||
buildtype.c | ||
clock.c | ||
cmos.c | ||
display.c | ||
dma.c | ||
drive.c | ||
halinit.c | ||
kdpci.c | ||
memory.c | ||
misc.c | ||
nmi.c | ||
pic.c | ||
portio.c | ||
profil.c | ||
reboot.c | ||
spinlock.c | ||
sysinfo.c | ||
systimer.S | ||
timer.c | ||
trap.S | ||
up.c | ||
usage.c | ||
v86.S | ||
x86bios.c |