diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-03 14:31:58 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-03 14:31:58 +0200 |
| commit | e61444f10333631acaebd241b7c7bc35fa7cb2f2 (patch) | |
| tree | b8bc19e964d9935967b69134bd1a52a408323bd7 /Kernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cxx | |
| parent | 59578978610f6af245f571a011694a51d94dc530 (diff) | |
[unstable] [CG] [WIP] text printing.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cxx')
| -rw-r--r-- | Kernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cxx b/Kernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cxx index c50f683c..c845ce8e 100644 --- a/Kernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cxx +++ b/Kernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cxx @@ -154,7 +154,7 @@ namespace Kernel::HAL STATIC HAL::StackFramePtr cFramePtr = nullptr; STATIC Int32 cSMPInterrupt = 34; - /// @brief Current context getter. + /// @brief Gets the current context, used for context switching. /// @retval StackFramePtr the current context. EXTERN_C StackFramePtr _hal_leak_current_context(Void) { |
