1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 20:50:59 +00:00
serenity/Kernel/Arch
Brian Gianforcaro 0718afa773 Kernel: Track when a thread is in the middle of crashing
There are certain checks that we should skip if the system is crashing.
The system can avoid stack overflow during crash, or even triple
faulting while while handling issues that can causes recursive panics
or aborts.
2021-09-07 13:16:01 +02:00
..
aarch64 Kernel: Omit all actual code from the kernel on aarch64 for now 2021-08-28 21:51:30 +01:00
PC Kernel: Make kernel region allocators return KResultOr<NOP<Region>> 2021-09-06 01:55:27 +02:00
x86 Kernel: Track when a thread is in the middle of crashing 2021-09-07 13:16:01 +02:00