summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HALKit/AMD64
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-28 06:15:54 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-28 06:15:54 +0200
commit3feb5cb72e3e422e804098e2fdcb0bd3e7961627 (patch)
tree26c65a3b0cd1a2eb9f6cb5683778a703afcd38e5 /Kernel/HALKit/AMD64
parent8fdf00bfb70b111b49de003a46940c9ee8187295 (diff)
[FIX] Kernel\Sources\GUIDWizard.cxx: Fixed and implemented cf_make_sequence correctly.
[REFACTOR] Kernel\Sources\PEFSharedObject.cxx Replace rt_library_free with rt_library_fini. [REFACTOR] SimpleHAL\Main.c: Replace SampleDriver with SampleHAL. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/HALKit/AMD64')
-rw-r--r--Kernel/HALKit/AMD64/HalDebugOutput.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/HALKit/AMD64/HalDebugOutput.cxx b/Kernel/HALKit/AMD64/HalDebugOutput.cxx
index c652aa80..9e3dfcd8 100644
--- a/Kernel/HALKit/AMD64/HalDebugOutput.cxx
+++ b/Kernel/HALKit/AMD64/HalDebugOutput.cxx
@@ -74,10 +74,10 @@ namespace Kernel
Detail::kState = kStateTransmit;
SizeT index = 0;
- SizeT len = rt_string_len(bytes, 256);
+ SizeT len = rt_string_len(bytes, 0);
const auto cColor = "\x1b[1;32m";
- SizeT lenClr = rt_string_len(cColor, 256);
+ SizeT lenClr = rt_string_len(cColor, 0);
while (index < lenClr)
{