Initialize architecture specific hardware extensions

This commit is contained in:
Rafal Kupiec 2024-05-22 22:53:29 +02:00
parent 609538b9be
commit edbc2cc045
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@ XTAPI
VOID VOID
KepInitializeKernel(VOID) KepInitializeKernel(VOID)
{ {
/* Initialize architecture specific hardware extensions */
MmInitializeHardware();
} }
/** /**

View File

@ -20,6 +20,8 @@ XTAPI
VOID VOID
KepInitializeKernel(VOID) KepInitializeKernel(VOID)
{ {
/* Initialize architecture specific hardware extensions */
MmInitializeHardware();
} }
/** /**