Add XTCLINK linkage to KeStartXtSystem

This commit is contained in:
2026-06-08 20:06:23 +02:00
parent b911670121
commit 9e64939de4

View File

@@ -9,9 +9,6 @@
#include <xtos.hh>
/* Use routines from Kernel Library */
using namespace KE;
/**
* This routine starts up the XT kernel. It is called by boot loader.
*
@@ -22,6 +19,7 @@ using namespace KE;
*
* @since XT 1.0
*/
XTCLINK
XTAPI
VOID
KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK Parameters)