diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-15 16:32:34 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-15 16:32:34 +0100 |
| commit | 0f09b8ff164a69195ec6c25f6aea1cb607d826f8 (patch) | |
| tree | a59cbf95b3564312ab4dcfebabb2d617b6cdf8ab /src/main.cpp | |
| parent | 43ddde5e30a0d71aa11025a5ae232cea83e7fbde (diff) | |
| download | teachos-0f09b8ff164a69195ec6c25f6aea1cb607d826f8.tar.xz teachos-0f09b8ff164a69195ec6c25f6aea1cb607d826f8.zip | |
kernel: move implementation to kernel directory
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main.cpp b/src/main.cpp deleted file mode 100644 index 3394275..0000000 --- a/src/main.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "kapi/cio.hpp" -#include "kapi/memory.hpp" -#include "kapi/system.hpp" - -auto main() -> int -{ - teachos::cio::init(); - teachos::cio::println("[OS] IO subsystem initialized."); - - teachos::memory::init(); - teachos::cio::println("[OS] Memory subsystem initialized."); - - teachos::system::panic("Returning from kernel main!"); -} |
