diff options
Diffstat (limited to 'src')
| -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!"); } |
