feat: add support for console sessions to crashpad and crash handling in kernel

This commit is contained in:
2026-06-18 12:56:29 +02:00
parent e3c551b9f6
commit ac25a4edd5
5 changed files with 141 additions and 37 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ namespace Hal {
rep.timestampTick = Timekeeping::GetTicks();
CrashReport::AddReport(rep);
Sched::SpawnCrashPad();
Sched::SpawnCrashPad(proc->pid);
Sched::ExitProcess();
__builtin_unreachable();