From 6434de8ff75a9143847ef529bc209790ac4909b3 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 29 Oct 2025 11:09:42 +0100 Subject: kapi: move frame and address to KAPI --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 120e7e0..fc7d2f4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -9,5 +9,5 @@ auto main() -> int teachos::memory::init(); - teachos::system::panic("Architecture specific main returned!"); + teachos::system::panic("Returning from kernel main!"); } -- cgit v1.2.3