Initialize CPU power structures, idle process and idle thread
All checks were successful
Builds / ExectOS (i686) (push) Successful in 28s
Builds / ExectOS (amd64) (push) Successful in 29s

This commit is contained in:
2023-11-02 23:07:11 +01:00
parent e11ef2f008
commit 63f8dbc59b
6 changed files with 93 additions and 0 deletions

View File

@@ -23,3 +23,6 @@ ETHREAD KeInitialThread;
/* Kernel service descriptor table */
KSERVICE_DESCRIPTOR_TABLE KeServiceDescriptorTable[KSERVICE_TABLES_COUNT];
/* Kernel process list */
LIST_ENTRY KepProcessListHead;