aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/exception_handling/assert.cpp
AgeCommit message (Expand)AuthorFilesLines
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