Ignore:
Timestamp:
Jun 27, 2017, 5:24:02 PM (7 years ago)
Author:
max@…
Message:

add the timer vector, for now it double-faults

File:
1 edited

Legend:

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

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