From 64c8674bc09985fcf7119cfb2b88cad3081b1603 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 4 Mar 2024 15:06:34 +0000 Subject: Kernel: HAL: Document code and wrote interrupt handler for AMD64. --- Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp') diff --git a/Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp b/Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp index bf122415..fa68ef4a 100644 --- a/Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp +++ b/Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp @@ -11,6 +11,8 @@ //! NOTE: fGSI stands 'Field Global System Interrupt' +/////////////////////////////////////////////////////////////////////////////////////// + namespace HCore::HAL { constexpr Int32 kThreadAPIC = 0; constexpr Int32 kThreadLAPIC = 1; -- cgit v1.2.3