summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/Sources/DLLInterface.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-31 15:08:15 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-31 15:08:15 +0200
commite2a90fce95fde6eaef50e6d99e32b902ec14cc0d (patch)
treea7cc8f17478f9e77019beab9e524d39fe311f775 /dev/ZKA/Sources/DLLInterface.cxx
parent2c4b02249ec4355a73b826909ab1889e45871faf (diff)
Source bump.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/Sources/DLLInterface.cxx')
-rw-r--r--dev/ZKA/Sources/DLLInterface.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev/ZKA/Sources/DLLInterface.cxx b/dev/ZKA/Sources/DLLInterface.cxx
index ed1793eb..13ee07cf 100644
--- a/dev/ZKA/Sources/DLLInterface.cxx
+++ b/dev/ZKA/Sources/DLLInterface.cxx
@@ -10,6 +10,8 @@
#include <KernelKit/DLLInterface.hxx>
#include <KernelKit/DebugOutput.hxx>
+#include <KernelKit/UserProcessScheduler.hxx>
+
using namespace Kernel;
/***********************************************************************************/
@@ -19,5 +21,6 @@ using namespace Kernel;
EXTERN_C void __zka_pure_call(void)
{
- kcout << "newoskrnl: unimplemented symbol!\r";
+ kcout << "newoskrnl: Unimplemented entrypoint symbol!\r";
+ UserProcessScheduler::The().CurrentProcess().Leak().Crash();
}