forked from xt-sys/exectos
Initialize CPU power structures, idle process and idle thread
This commit is contained in:
@@ -23,3 +23,6 @@ ETHREAD KeInitialThread;
|
||||
|
||||
/* Kernel service descriptor table */
|
||||
KSERVICE_DESCRIPTOR_TABLE KeServiceDescriptorTable[KSERVICE_TABLES_COUNT];
|
||||
|
||||
/* Kernel process list */
|
||||
LIST_ENTRY KepProcessListHead;
|
||||
|
Reference in New Issue
Block a user