Proceed with architecture specific initialization

This commit is contained in:
2023-01-25 19:37:13 +01:00
parent 8da38af489
commit b57e79aa7f
4 changed files with 33 additions and 0 deletions

View File

@@ -9,6 +9,19 @@
#include <xtos.h>
/**
* Performs architecture-specific initialization for the kernel executive.
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTAPI
VOID
KepArchInitialize(VOID)
{
}
/**
* This routine starts up the XT kernel. It is called after switching boot stack.
*