summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/HALKit/AMD64
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-08-13 23:56:41 +0200
committerAmlal <amlal@nekernel.org>2025-08-13 23:56:41 +0200
commitbb432453ab609ca7e8dc8e991775329d10a29e7b (patch)
treecea449ab68c412e6bd33ef4aedf8c912b55b3ade /dev/kernel/HALKit/AMD64
parentd720fa31aaf728b63c95575843f42a575c63765f (diff)
feat! Breaking changes in the DDK.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/HALKit/AMD64')
-rw-r--r--dev/kernel/HALKit/AMD64/HalApplicationProcessor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/HALKit/AMD64/HalApplicationProcessor.cc b/dev/kernel/HALKit/AMD64/HalApplicationProcessor.cc
index 4a667549..64f146f3 100644
--- a/dev/kernel/HALKit/AMD64/HalApplicationProcessor.cc
+++ b/dev/kernel/HALKit/AMD64/HalApplicationProcessor.cc
@@ -32,10 +32,9 @@
#include <modules/ACPI/ACPIFactoryInterface.h>
#include <modules/CoreGfx/TextGfx.h>
-/// @note: _hal_switch_context is internal
-
///////////////////////////////////////////////////////////////////////////////////////
+/// @note: _hal_switch_context is internal.
/// @brief The **HAL** namespace.
///////////////////////////////////////////////////////////////////////////////////////
@@ -70,6 +69,7 @@ struct HAL_APIC_MADT final SDT_OBJECT {
UInt8 List[1]; // Records List
};
+/// @brief Local APIC Descriptor Table.
struct LAPIC final {
UInt8 Type;
UInt8 Length;