From e2a90fce95fde6eaef50e6d99e32b902ec14cc0d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 31 Aug 2024 15:08:15 +0200 Subject: Source bump. Signed-off-by: Amlal El Mahrouss --- dev/ZKA/Sources/DLLInterface.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev/ZKA/Sources/DLLInterface.cxx') 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 #include +#include + 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(); } -- cgit v1.2.3