forked from xt-sys/exectos
Initialize system resource as soon as possible
This commit is contained in:
@@ -51,6 +51,9 @@ KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK Parameters)
|
|||||||
/* Initialize boot CPU */
|
/* Initialize boot CPU */
|
||||||
ArInitializeProcessor(NULL);
|
ArInitializeProcessor(NULL);
|
||||||
|
|
||||||
|
/* Initialize system resources */
|
||||||
|
KepInitializeSystemResources();
|
||||||
|
|
||||||
/* Architecture specific kernel initialization */
|
/* Architecture specific kernel initialization */
|
||||||
KepInitializeMachine();
|
KepInitializeMachine();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user