forked from xt-sys/exectos
Initial implementation of the thread initialization
This commit is contained in:
@@ -20,3 +20,6 @@ EPROCESS KeInitialProcess;
|
||||
|
||||
/* Kernel initial thread */
|
||||
ETHREAD KeInitialThread;
|
||||
|
||||
/* Kernel service descriptor table */
|
||||
KSERVICE_DESCRIPTOR_TABLE KeServiceDescriptorTable[KSERVICE_TABLES_COUNT];
|
||||
|
Reference in New Issue
Block a user