summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-10 09:50:07 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-10 09:50:07 +0100
commitd73d6aeef9dfe2fe58199df75181ef8225999196 (patch)
tree634d7f48b87665ef4466f1c20fd89f43a4dd30ba /dev
parent051f3f52992afa597375ed8d55b0a447863c3bce (diff)
Some tweaks in AP.
Diffstat (limited to 'dev')
-rw-r--r--dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc b/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc
index 602cafdd..bae33655 100644
--- a/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc
+++ b/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc
@@ -71,7 +71,7 @@ namespace Kernel::HAL
struct
{
UInt8 IoID;
- UInt8 Resv;
+ UInt8 Zero;
UInt32 IoAddress;
UInt32 GISBase;
} IOAPIC;
@@ -82,7 +82,7 @@ namespace Kernel::HAL
UInt8 IRQSource;
UInt32 GSI;
UInt16 Flags;
- } IOAPIC_NMI;
+ } LApicNMI;
struct
{
@@ -95,7 +95,7 @@ namespace Kernel::HAL
{
UInt16 Reserved;
UInt64 Address;
- } LAPIC_ADDRESS_OVERRIDE;
+ } LApicOverride;
struct
{
@@ -103,7 +103,7 @@ namespace Kernel::HAL
UInt32 x2APICID;
UInt32 Flags;
UInt32 AcpiID;
- } LAPIC_ADDRESS;
+ } LApic;
};
} List[]; // Records List
};