Add an interrupt descriptor table.
Set up a very basic handler for divide by zero and general protection faults.
This commit is contained in:
parent
3e1a1f7485
commit
9fc1aa15ef
8 changed files with 132 additions and 2 deletions
|
|
@ -2,6 +2,8 @@ add_executable(zion
|
|||
common/gdt.cpp
|
||||
common/load_gdt.s
|
||||
debug/debug.cpp
|
||||
interrupt/interrupt.cpp
|
||||
interrupt/interrupt_enter.s
|
||||
zion.cpp)
|
||||
|
||||
target_include_directories(zion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue