aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/exception_handling
AgeCommit message (Collapse)AuthorFilesLines
2025-07-24x86_64: move files out of the wayFelix Morgner4-58/+0
2024-11-19runtime: catch pure virtual function callsFelix Morgner1-0/+6
2024-10-22Adjust all briefsMatteo Gmür1-2/+2
2024-10-21Use handle struct to ensure next_table is not called on page table level 1Matteo Gmür1-0/+2
2024-10-20Revert assert with printf functionality, requires malloc 😭Matteo Gmür2-1/+13
2024-10-20Add printf like behaviour to assertMatteo Gmür3-20/+2
2024-10-17Implement support for `std::terminate` via `::abort`Felix Morgner3-12/+44
2024-10-15continue implementing pagingFabian Imhof1-0/+24