summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/HALKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-23 20:57:26 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-23 20:57:26 +0100
commit56ce5020c702b538ce26ec69515b790b11f91de3 (patch)
tree4a416fcd7fe90c65b3677b515b360196ac3622ec /dev/kernel/HALKit
parent229441231a4d89575b8a1c82cf060f34dd52ec8f (diff)
feat(meta): move documentation to either drawio/ or /md/ according to
file type. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/kernel/HALKit')
-rw-r--r--dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc b/dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
index 9eaa24eb..cc8a06ea 100644
--- a/dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
+++ b/dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
@@ -60,7 +60,7 @@ EXTERN_C void idt_handle_pf(NeOS::UIntPtr rsp)
namespace NeOS::Detail
{
- constexpr static Int32 kTimeoutCount = 100000UL;
+ constexpr static Int32 kTimeoutCount = 100000UL;
}
/// @brief Handle scheduler interrupt.