aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/exception_handling/assert.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-24x86_64: move files out of the wayFelix Morgner1-15/+0
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ür1-0/+13
2024-10-20Add printf like behaviour to assertMatteo Gmür1-16/+0
2024-10-17Implement support for `std::terminate` via `::abort`Felix Morgner1-12/+4
2024-10-15continue implementing pagingFabian Imhof1-0/+24