Proceed with architecture specific initialization
All checks were successful
ci/woodpecker/push/build Pipeline was successful

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

@@ -12,6 +12,10 @@
#include <xtos.h>
XTAPI
VOID
KepArchInitialize(VOID);
XTAPI
VOID
KepStartKernel(VOID);