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_kentry.S

    r51 r80  
    111111ASM_ENTRY(x86_trap1e)
    112112ASM_ENTRY(x86_trap1f)
     113ASM_ENTRY(x86_rsvd)
    113114        /* 20 - 31 reserved for future exp */
    114115        ZTRAPENTRY(T_RESERVED)
     
    119120ASM_ENTRY(x86_spurious)
    120121        ZTRAPENTRY(T_ASTFLT)
    121 
    122 
     122ASM_ENTRY(x86_timer)
     123        ZTRAPENTRY(T_ASTFLT)
    123124
    124125/*
     
    164165x86_intrs:
    165166        .quad   x86_spurious
     167        .quad   x86_timer
    166168
Note: See TracChangeset for help on using the changeset viewer.