aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-12 13:00:26 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-12 13:00:26 +0100
commit8fc5f9e3cc28b07b1f120eb1ffedc042fa6662b8 (patch)
treec2edd9ade614858e844e27677da8abafdda5a669 /src/main.cpp
parent0a2c2c408d8fda248d56df349b4c9f9cc5e8bade (diff)
downloadteachos-8fc5f9e3cc28b07b1f120eb1ffedc042fa6662b8.tar.xz
teachos-8fc5f9e3cc28b07b1f120eb1ffedc042fa6662b8.zip
x86_64/kapi: implement remaining mapping steps
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index fc7d2f4..3394275 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -8,6 +8,7 @@ auto main() -> int
teachos::cio::println("[OS] IO subsystem initialized.");
teachos::memory::init();
+ teachos::cio::println("[OS] Memory subsystem initialized.");
teachos::system::panic("Returning from kernel main!");
}