mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 23:30:07 +08:00
[HALX86] Re-enable HalpBiosDisplayReset() for x64: it actually supports display reset (#5513)
CORE-18185
Addendum to commit 215148267e
Everything that's needed (the x86 emulator with x86BiosCall) is implemented.
Fixes screen cleaning when bootvid takes over the VGA display.
This commit is contained in:
@@ -499,7 +499,6 @@ BOOLEAN
|
||||
NTAPI
|
||||
HalpBiosDisplayReset(VOID)
|
||||
{
|
||||
#if 0
|
||||
X86_BIOS_REGISTERS Registers;
|
||||
ULONG OldEflags;
|
||||
BOOLEAN Success;
|
||||
@@ -515,9 +514,5 @@ HalpBiosDisplayReset(VOID)
|
||||
/* Restore previous flags */
|
||||
__writeeflags(OldEflags);
|
||||
return Success;
|
||||
#else
|
||||
/* This x64 HAL does NOT currently handle display reset (TODO) */
|
||||
return FALSE;
|
||||
#endif
|
||||
}
|
||||
#endif // _M_AMD64
|
||||
|
||||
Reference in New Issue
Block a user