Lifecycle management of threads #29

Merged
harraiken merged 240 commits from threads into master 2026-09-07 13:45:09 +02:00
Showing only changes of commit d1aa3cf481 - Show all commits

View File

@@ -34,6 +34,8 @@ XTAPI
VOID
KE::KThread::HandleSystemThreadExit(VOID)
{
/* Trigger a debugger breakpoint */
asm("int $3\n");
}
/**