From 7faa5e2fcf41c4fbb2241b605e8f2a11738fc4d9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 24 Apr 2025 15:52:36 +0200 Subject: dev, kernel: scheduler, timer: hw timer and scheduler improvements. Signed-off-by: Amlal El Mahrouss --- dev/kernel/HALKit/AMD64/HalDebugOutput.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dev/kernel/HALKit/AMD64/HalDebugOutput.cc') diff --git a/dev/kernel/HALKit/AMD64/HalDebugOutput.cc b/dev/kernel/HALKit/AMD64/HalDebugOutput.cc index b69614fd..84c8c348 100644 --- a/dev/kernel/HALKit/AMD64/HalDebugOutput.cc +++ b/dev/kernel/HALKit/AMD64/HalDebugOutput.cc @@ -121,6 +121,11 @@ namespace Kernel x += kFontSizeX; + if (x > kHandoverHeader->f_GOP.f_Width) + { + x = kFontSizeX; + } + if (y > kHandoverHeader->f_GOP.f_Height) { y = kFontSizeY; -- cgit v1.2.3