Initialize thread service table
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 29s
Builds / ExectOS (amd64, release) (push) Successful in 37s
Builds / ExectOS (i686, release) (push) Successful in 28s
Builds / ExectOS (i686, debug) (push) Successful in 37s

This commit is contained in:
2026-06-12 23:19:05 +02:00
parent 97703c7932
commit f79c9023d8

View File

@@ -172,7 +172,7 @@ KE::KThread::InitializeThread(IN PKPROCESS Process,
Thread->AdjustReason = AdjustNone;
/* Set the thread service table */
Thread->ServiceTable = NULLPTR;
Thread->ServiceTable = KE::SystemServices::GetSystemServicesDescriptorTable();
/* Initialize thread lock */
KE::SpinLock::InitializeSpinLock(&Thread->ThreadLock);