aboutsummaryrefslogtreecommitdiff
path: root/kern/src/kstd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kern/src/kstd.cpp')
-rw-r--r--kern/src/kstd.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/kern/src/kstd.cpp b/kern/src/kstd.cpp
new file mode 100644
index 0000000..1b7050b
--- /dev/null
+++ b/kern/src/kstd.cpp
@@ -0,0 +1,10 @@
+#include "kern/error.hpp"
+
+#include <kstd/bits/os.hpp>
+
+namespace kstd::os
+{
+
+ auto panic(std::string_view message, std::source_location location) -> void { teachos::panic(message, location); }
+
+} // namespace kstd::os \ No newline at end of file