diff options
Diffstat (limited to 'dev/ZKA/Sources/DLLInterface.cxx')
| -rw-r--r-- | dev/ZKA/Sources/DLLInterface.cxx | 5 |
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(); } |
