1
0
Fork 0

fix/kernel: Fixed issue with comments

This commit is contained in:
Kevin Alavik 2025-05-16 19:17:49 +02:00
parent 71630b9fb0
commit 09de945b15
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7

View file

@ -30,7 +30,7 @@ typedef struct acpi_madt_entry
/* Entry Type 0: Processor Local APIC */ /* Entry Type 0: Processor Local APIC */
typedef struct acpi_madt_lapic typedef struct acpi_madt_lapic
{ {
uint8_t type; /* 0 */ uint8_t type;
uint8_t length; uint8_t length;
uint8_t acpi_proc_id; /* ACPI Processor ID */ uint8_t acpi_proc_id; /* ACPI Processor ID */
uint8_t apic_id; /* APIC ID */ uint8_t apic_id; /* APIC ID */