Initialize system resource as soon as possible
This commit is contained in:
parent
1e2efce26a
commit
8a15d46198
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user