diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 20:57:26 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 20:57:26 +0100 |
| commit | 56ce5020c702b538ce26ec69515b790b11f91de3 (patch) | |
| tree | 4a416fcd7fe90c65b3677b515b360196ac3622ec /dev/kernel/HALKit | |
| parent | 229441231a4d89575b8a1c82cf060f34dd52ec8f (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.cc | 2 |
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. |
