From d73d6aeef9dfe2fe58199df75181ef8225999196 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 10 Feb 2025 09:50:07 +0100 Subject: Some tweaks in AP. --- dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev/Kernel/HALKit') 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 }; -- cgit v1.2.3