diff options
| author | Miguel <m.i@gmx.at> | 2018-09-09 03:17:52 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-09 03:17:52 +0200 |
| commit | fc1d491479abd74a1e038ad9ff7d4d330d79e4a8 (patch) | |
| tree | 173bc4bca336fbc8a53c9bbd3468946499e161ae /kernel/acpi.h | |
| parent | 9dabe01545644dd78448d8d489616872f14d964b (diff) | |
ioapic works!
Diffstat (limited to 'kernel/acpi.h')
| -rw-r--r-- | kernel/acpi.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/acpi.h b/kernel/acpi.h index b7c7342..ce8d710 100644 --- a/kernel/acpi.h +++ b/kernel/acpi.h @@ -1,2 +1,14 @@ +/** + * @file + * + * Advanced Configuration and Power Interface + * ========================================== + * + * Ref + * --- + * http://wiki.xomb.org/index.php?title=ACPI_Tables + * https://wiki.osdev.org/MADT#Entry_Type_1_:_I.2FO_APIC + */ + #include "smp.h" bool acpi_find(smp_processors *procdata); |
