Init IOAPIC nad LAPICs

This commit is contained in:
2025-08-21 00:47:58 +02:00
parent 3f6df79885
commit 9d8849a425
25 changed files with 801 additions and 306 deletions

View File

@ -1,10 +1,9 @@
#ifndef HAL_ACPI_H_
#define HAL_ACPI_H_
#include "uacpi/uacpi.h"
extern struct acpi_madt *MADT;
#include <stdint.h>
void acpi_init(void);
uint32_t acpi_remapirq(uint32_t irq);
#endif // HAL_ACPI_H_