From a3066828d318efa547ac52a7edd5ee38aa7b4026 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 2 Feb 2025 11:03:08 +0100 Subject: ADD: Tweaks. Signed-off-by: Amlal El Mahrouss --- dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc') diff --git a/dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc b/dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc index 594a3d8d..6a1f0556 100644 --- a/dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc +++ b/dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc @@ -150,6 +150,8 @@ EXTERN_C Kernel::Void idt_handle_breakpoint(Kernel::UIntPtr rip) kcout << "Kernel: SIGKILL status set..\r"; process.Leak().Status = Kernel::ProcessStatusKind::kFrozen; + + while (YES); // TODO: Find a workaround for this. } /// @brief Handle #UD fault. -- cgit v1.2.3