summaryrefslogtreecommitdiffhomepage
path: root/Private/HALKit/PowerPC/HalThread.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-27 11:58:54 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-27 11:58:54 +0100
commita33d9510bd36a9fdb98f291250a025cd4bec8bc1 (patch)
treef060a1f0624cf538c34abf700091bb7350a36af1 /Private/HALKit/PowerPC/HalThread.cxx
parent9614c53b82037f77d5b57777560f8a320cb2ac4f (diff)
Kernel: working on interrupts, almost fix them.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/HALKit/PowerPC/HalThread.cxx')
-rw-r--r--Private/HALKit/PowerPC/HalThread.cxx16
1 files changed, 16 insertions, 0 deletions
diff --git a/Private/HALKit/PowerPC/HalThread.cxx b/Private/HALKit/PowerPC/HalThread.cxx
new file mode 100644
index 00000000..b280ba90
--- /dev/null
+++ b/Private/HALKit/PowerPC/HalThread.cxx
@@ -0,0 +1,16 @@
+/*
+ * ========================================================
+ *
+ * HCore
+ * Copyright Mahrouss Logic, all rights reserved.
+ *
+ * ========================================================
+ */
+
+#include <HALKit/PowerPC/Processor.hpp>
+#include <KernelKit/DebugOutput.hpp>
+
+extern "C" void flush_tlb() {}
+extern "C" void rt_wait_for_io() {}
+
+extern "C" HCore::HAL::StackFramePtr rt_get_current_context() { return nullptr; }