Add XTCLINK linkage to KeStartXtSystem
All checks were successful
Builds / ExectOS (amd64, release) (push) Successful in 28s
Builds / ExectOS (amd64, debug) (push) Successful in 49s
Builds / ExectOS (i686, debug) (push) Successful in 47s
Builds / ExectOS (i686, release) (push) Successful in 31s

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)