diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-31 15:08:15 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-31 15:08:15 +0200 |
| commit | e2a90fce95fde6eaef50e6d99e32b902ec14cc0d (patch) | |
| tree | a7cc8f17478f9e77019beab9e524d39fe311f775 /dev/ZKA/Sources/DLLInterface.cxx | |
| parent | 2c4b02249ec4355a73b826909ab1889e45871faf (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.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(); } |
