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 ffcb2dbeda - Show all commits

View File

@@ -149,7 +149,7 @@ KE::KProcess::InitializeProcess(IN OUT PKPROCESS Process,
Process->DirectoryTable[1] = DirectoryTable[1]; Process->DirectoryTable[1] = DirectoryTable[1];
/* Set the initial stack count and process quantum */ /* Set the initial stack count and process quantum */
Process->StackCount = MAXSHORT; Process->StackCount = MAXULONG_PTR;
Process->Quantum = THREAD_QUANTUM; Process->Quantum = THREAD_QUANTUM;
/* Set IOPM offset */ /* Set IOPM offset */