diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-12 13:00:26 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-12 13:00:26 +0100 |
| commit | 8fc5f9e3cc28b07b1f120eb1ffedc042fa6662b8 (patch) | |
| tree | c2edd9ade614858e844e27677da8abafdda5a669 /src/main.cpp | |
| parent | 0a2c2c408d8fda248d56df349b4c9f9cc5e8bade (diff) | |
| download | teachos-8fc5f9e3cc28b07b1f120eb1ffedc042fa6662b8.tar.xz teachos-8fc5f9e3cc28b07b1f120eb1ffedc042fa6662b8.zip | |
x86_64/kapi: implement remaining mapping steps
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
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!"); } |
