Ignore:
Timestamp:
Jun 29, 2017, 9:54:01 AM (7 years ago)
Author:
max@…
Message:

Parse the IOAPIC structure in ACPI, map the IOAPIC, and enable
the keyboard interrupt. Its queue is not flushed yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_apic.h

    r86 r89  
    2727#define LAPIC_SPURIOUS_VECTOR   LAPICVEC_MIN
    2828#define LAPIC_TIMER_VECTOR      (LAPICVEC_MIN + 1)
     29#define IOAPIC_KEYBOARD_VECTOR  (LAPICVEC_MIN + 2)
    2930
    3031#define LAPIC_ID                0x020   /* ID. RW */
Note: See TracChangeset for help on using the changeset viewer.