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_segmentation.h

    r80 r89  
    194194#define CPUVEC_MAX      32      /* reserved entries for CPU exceptions */
    195195#define LAPICVEC_MIN    CPUVEC_MAX
    196 #define LAPICVEC_MAX    (LAPICVEC_MIN + 2)
     196#define LAPICVEC_MAX    (LAPICVEC_MIN + 3)
    197197
    198198#define NIDT    256     /* total number of IDT entries */
Note: See TracChangeset for help on using the changeset viewer.