summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/Sources/KernelCheck.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-24 10:47:51 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-24 10:52:24 +0200
commitae87ff9f949a71a398b4355fe9074c0531de34ba (patch)
tree9ea55b396abbfcc699edcc9afb9a964145236129 /dev/ZKA/Sources/KernelCheck.cxx
parent4185fcc698e237225902646736c6b23f6b5e54be (diff)
[IMP] CoreCG's User Interface Kit, this is a driver/kernel library only.
+ Reserved for pre-boot/boot operations, before user mode jump. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/Sources/KernelCheck.cxx')
-rw-r--r--dev/ZKA/Sources/KernelCheck.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/Sources/KernelCheck.cxx b/dev/ZKA/Sources/KernelCheck.cxx
index 7b919613..f046fe41 100644
--- a/dev/ZKA/Sources/KernelCheck.cxx
+++ b/dev/ZKA/Sources/KernelCheck.cxx
@@ -35,7 +35,7 @@ namespace Kernel
auto panicBack = RGB(0xff, 0x3a, 0x3a);
auto panicTxt = RGB(0xff, 0xff, 0xff);
- CGDrawInRegion(panicBack, UIAccessibilty::The().Height(), UIAccessibilty::The().Width(), 0, 0);
+ CGDrawInRegion(panicBack, CG::UIAccessibilty::The().Height(), CG::UIAccessibilty::The().Width(), 0, 0);
auto start_y = 10;
auto x = 10;