Use APIC for interrupts rather than PIC.
Still rely on the PIT for now rather than the local APIC timer.
This commit is contained in:
parent
7c9d1075eb
commit
add533071b
7 changed files with 160 additions and 32 deletions
|
|
@ -3,7 +3,9 @@ add_executable(zion
|
|||
capability/capability.cpp
|
||||
common/gdt.cpp
|
||||
common/load_gdt.s
|
||||
common/msr.cpp
|
||||
debug/debug.cpp
|
||||
interrupt/apic.cpp
|
||||
interrupt/interrupt.cpp
|
||||
interrupt/interrupt_enter.s
|
||||
interrupt/timer.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue