diff options
Diffstat (limited to 'kern/src/main.cpp')
| -rw-r--r-- | kern/src/main.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/kern/src/main.cpp b/kern/src/main.cpp deleted file mode 100644 index b99fb37..0000000 --- a/kern/src/main.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "arch/io.hpp" -#include "arch/memory.hpp" -#include "kern/error.hpp" -#include "kern/print.hpp" - -auto main() -> int -{ - teachos::arch::io::init(); - teachos::println("[OS] IO subsystem initialized."); - - teachos::arch::memory::init(); - - teachos::panic("Architecture specific main returned!"); -} |
