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/kstd.cpp | |
| parent | 43ddde5e30a0d71aa11025a5ae232cea83e7fbde (diff) | |
| download | teachos-0f09b8ff164a69195ec6c25f6aea1cb607d826f8.tar.xz teachos-0f09b8ff164a69195ec6c25f6aea1cb607d826f8.zip | |
kernel: move implementation to kernel directory
Diffstat (limited to 'src/kstd.cpp')
| -rw-r--r-- | src/kstd.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/kstd.cpp b/src/kstd.cpp deleted file mode 100644 index 2149c12..0000000 --- a/src/kstd.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include "kapi/system.hpp" - -#include <kstd/bits/os.hpp> - -namespace kstd::os -{ - - auto panic(std::string_view message, std::source_location location) -> void - { - teachos::system::panic(message, location); - } - -} // namespace kstd::os
\ No newline at end of file |
