aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/kapi/boot_modules.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-08-29 10:53:39 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-08-29 10:53:39 +0200
commit0824a76b4f7294a74f4728084ca13070a4c8e7da (patch)
tree94804942a9119ad8666f7b3cdf6b2f80503a2a93 /arch/x86_64/kapi/boot_modules.cpp
parent1e24d2b3cd4315fff4177c593bcfeef5b354f612 (diff)
downloadkernel-0824a76b4f7294a74f4728084ca13070a4c8e7da.tar.xz
kernel-0824a76b4f7294a74f4728084ca13070a4c8e7da.zip
chore: normalize panic messages
Diffstat (limited to 'arch/x86_64/kapi/boot_modules.cpp')
-rw-r--r--arch/x86_64/kapi/boot_modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kapi/boot_modules.cpp b/arch/x86_64/kapi/boot_modules.cpp
index 607aca4e..95ed0287 100644
--- a/arch/x86_64/kapi/boot_modules.cpp
+++ b/arch/x86_64/kapi/boot_modules.cpp
@@ -25,7 +25,7 @@ namespace kapi::boot_modules
auto init(kapi::devices::bus & bus) -> void
{
- kstd::println("[x86_64:BOOT_MODULES] Attaching boot modules.");
+ kstd::println("[ARCH:BOOT_MODULES] Attaching boot modules.");
auto modules = boot::bootstrap_information.mbi->modules();