diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-19 11:46:46 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-19 11:46:46 +0100 |
| commit | de96b0588ab680e1002c12df7ea7900d7eb71cf8 (patch) | |
| tree | 41728f4f5c77a4d96dc3d89096483dfee75b3482 /kernel/src/kstd.cpp | |
| parent | 266dde7d535d997a45f6eef41e44ebcaa516b75a (diff) | |
| download | teachos-de96b0588ab680e1002c12df7ea7900d7eb71cf8.tar.xz teachos-de96b0588ab680e1002c12df7ea7900d7eb71cf8.zip | |
kstd: move println to kstd
Diffstat (limited to 'kernel/src/kstd.cpp')
| -rw-r--r-- | kernel/src/kstd.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/kernel/src/kstd.cpp b/kernel/src/kstd.cpp deleted file mode 100644 index 41c4d60..0000000 --- a/kernel/src/kstd.cpp +++ /dev/null @@ -1,16 +0,0 @@ -#include "kapi/system.hpp" - -#include <kstd/bits/os.hpp> - -#include <source_location> -#include <string_view> - -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 |
