Ignore:
Timestamp:
Jun 28, 2017, 1:23:51 PM (7 years ago)
Author:
max@…
Message:

Rename a certain number of things, and improve the APIC support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_kentry.S

    r80 r82  
    7373
    7474ASM_ENTRY(x86_trap0b)
    75         ZTRAPENTRY(T_SEGNPFLT)
     75        TRAPENTRY(T_SEGNPFLT)
    7676
    7777ASM_ENTRY(x86_trap0c)
    78         ZTRAPENTRY(T_STKFLT)
     78        TRAPENTRY(T_STKFLT)
    7979
    8080ASM_ENTRY(x86_trap0d)
    81         ZTRAPENTRY(T_PROTFLT)
     81        TRAPENTRY(T_PROTFLT)
    8282
    8383ASM_ENTRY(x86_trap0e)
Note: See TracChangeset for help on using the changeset viewer.