diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-11 09:44:20 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-11 09:44:20 +0100 |
| commit | 624a451284d5971cf9b57113314b3ae4e167bed0 (patch) | |
| tree | 9d280f65e697006fd3b7f6fdd8b7c690ca7ceeda /dev/Kernel/HALKit/AMD64/HalDebugOutput.cc | |
| parent | 8525590776eda00ee944f2501f75a8fe7577d9eb (diff) | |
ADD: necessary patches to the PCI subsystem and SATA.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit/AMD64/HalDebugOutput.cc')
| -rw-r--r-- | dev/Kernel/HALKit/AMD64/HalDebugOutput.cc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev/Kernel/HALKit/AMD64/HalDebugOutput.cc b/dev/Kernel/HALKit/AMD64/HalDebugOutput.cc index cb8aef59..a95b444e 100644 --- a/dev/Kernel/HALKit/AMD64/HalDebugOutput.cc +++ b/dev/Kernel/HALKit/AMD64/HalDebugOutput.cc @@ -122,7 +122,13 @@ namespace Kernel if (y > kHandoverHeader->f_GOP.f_Height) { y = kFontSizeY; - FB::fb_clear_video(); + + fb_init(); + + FBDrawInRegion(fb_get_clear_clr(), FB::UIAccessibilty::Height(), FB::UIAccessibilty::Width(), + 0, 0); + + fb_clear(); } ++index; |
