Ignore:
Timestamp:
Jun 23, 2017, 11:55:08 AM (7 years ago)
Author:
max@…
Message:

Add some code for LAPIC; far from complete, but a good start.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/hal_acpi.c

    r43 r45  
    111111static void hal_acpi_parse_madt(madt_t *madt)
    112112{
    113         paddr_t lapic_pa = (paddr_t)madt->Address;
     113        extern paddr_t lapic_pa;
     114        lapic_pa = (paddr_t)madt->Address;
    114115        x86_printf("-> LAPIC address: %Z\n", lapic_pa);
    115116}
Note: See TracChangeset for help on using the changeset viewer.