summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-02 11:03:08 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-02 11:03:08 +0100
commita3066828d318efa547ac52a7edd5ee38aa7b4026 (patch)
treed0c8f82a11c952c173e68a6355bde271851ad733 /dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
parentc63ae15569c7dcac683bc939b5765bd6fb00341c (diff)
ADD: Tweaks.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc')
-rw-r--r--dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc2
1 files changed, 2 insertions, 0 deletions
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.