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 233dbd3fdb
commit bbb6fcf0ee
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();