[Zion] Add a way to unwind the stack and recover from user-space faults.
This commit is contained in:
parent
8ceab2ad23
commit
941d7c8d59
6 changed files with 63 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ add_executable(zion
|
|||
common/gdt.cpp
|
||||
common/load_gdt.s
|
||||
common/msr.cpp
|
||||
common/stack_unwind.cpp
|
||||
debug/debug.cpp
|
||||
interrupt/apic.cpp
|
||||
interrupt/apic_timer.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue